From c2058211fe72b12c2a05c5a6fdd99840d1a6938a Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 18 Sep 2024 16:04:25 -0400 Subject: [PATCH] [no ci] bump checkconn timeout to 30s to attempt fix for annoying Github Actions failures --- src/gam/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam/__init__.py b/src/gam/__init__.py index caa4f6b8..e1e074c9 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -9231,7 +9231,7 @@ def doCheckConnection(): api_hosts.append(host) hosts.extend(sorted(api_hosts)) host_count = len(hosts) - httpObj = getHttpObj(timeout=10) + httpObj = getHttpObj(timeout=30) httpObj.follow_redirects = False headers = {'user-agent': GAM_USER_AGENT} okay = createGreenText('OK')