We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0568b1 commit 06cda62Copy full SHA for 06cda62
1 file changed
lfric_macros/apply_macros.py
@@ -42,7 +42,7 @@ def run_command(command: str, shell: bool = False) -> subprocess.CompletedProces
42
command,
43
capture_output=True,
44
text=True,
45
- timeout=120,
+ timeout=300,
46
shell=shell,
47
check=False,
48
)
0 commit comments