diff --git a/github_scripts/get_git_sources.py b/github_scripts/get_git_sources.py index 519c960..323afbe 100644 --- a/github_scripts/get_git_sources.py +++ b/github_scripts/get_git_sources.py @@ -23,7 +23,7 @@ def run_command( command: str, check: bool = True, capture: bool = True, - timeout: int = 300 + timeout: int = 600 ) -> Optional[subprocess.CompletedProcess]: """ Run a subprocess command and return the result object