From df28b7552ec43b2afc540ad19e16c077cd62aa9f Mon Sep 17 00:00:00 2001 From: James Bruten <109733895+james-bruten-mo@users.noreply.github.com> Date: Tue, 13 Jan 2026 13:00:11 +0000 Subject: [PATCH 1/3] bump timeout --- github_scripts/get_git_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_scripts/get_git_sources.py b/github_scripts/get_git_sources.py index d5ec8d16..09c169d9 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, ) From 9a992da871c84031f3f2feced29e41c8e7e66947 Mon Sep 17 00:00:00 2001 From: James Bruten <109733895+james-bruten-mo@users.noreply.github.com> Date: Tue, 13 Jan 2026 13:14:40 +0000 Subject: [PATCH 2/3] test modifying --- github_scripts/get_git_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_scripts/get_git_sources.py b/github_scripts/get_git_sources.py index 09c169d9..c53c3667 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=600, + timeout=400, shell=False, check=False, ) From 4feab6b1d6d78664310bce97e84409a1ec25e1a1 Mon Sep 17 00:00:00 2001 From: James Bruten <109733895+james-bruten-mo@users.noreply.github.com> Date: Tue, 13 Jan 2026 13:15:49 +0000 Subject: [PATCH 3/3] revert change --- github_scripts/get_git_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_scripts/get_git_sources.py b/github_scripts/get_git_sources.py index c53c3667..09c169d9 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=400, + timeout=600, shell=False, check=False, )