Skip to content

Commit 06cda62

Browse files
Bump timeout (#227)
1 parent a0568b1 commit 06cda62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lfric_macros/apply_macros.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def run_command(command: str, shell: bool = False) -> subprocess.CompletedProces
4242
command,
4343
capture_output=True,
4444
text=True,
45-
timeout=120,
45+
timeout=300,
4646
shell=shell,
4747
check=False,
4848
)

0 commit comments

Comments
 (0)