diff --git a/github_scripts/get_git_sources.py b/github_scripts/get_git_sources.py index d5ec8d1..09c169d 100644 --- a/github_scripts/get_git_sources.py +++ b/github_scripts/get_git_sources.py @@ -30,7 +30,7 @@ def run_command( command, capture_output=True, text=True, - timeout=300, + timeout=600, shell=False, check=False, )