We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcbb787 commit f39074fCopy full SHA for f39074f
1 file changed
github_scripts/get_git_sources.py
@@ -23,7 +23,7 @@ def run_command(
23
command: str,
24
check: bool = True,
25
capture: bool = True,
26
- timeout: int = 300
+ timeout: int = 600
27
) -> Optional[subprocess.CompletedProcess]:
28
"""
29
Run a subprocess command and return the result object
0 commit comments