Skip to content

Commit f39074f

Browse files
bump timeout (#162)
* bump timeout * test modifying * revert change --------- Co-authored-by: Erica Neininger <107684099+ericaneininger@users.noreply.github.com>
1 parent dcbb787 commit f39074f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github_scripts/get_git_sources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def run_command(
2323
command: str,
2424
check: bool = True,
2525
capture: bool = True,
26-
timeout: int = 300
26+
timeout: int = 600
2727
) -> Optional[subprocess.CompletedProcess]:
2828
"""
2929
Run a subprocess command and return the result object

0 commit comments

Comments
 (0)