[no ci] bump checkconn timeout to 30s to attempt fix for annoying Github Actions failures

This commit is contained in:
Jay Lee
2024-09-18 16:04:25 -04:00
parent 7958632046
commit c2058211fe

View File

@ -9231,7 +9231,7 @@ def doCheckConnection():
api_hosts.append(host) api_hosts.append(host)
hosts.extend(sorted(api_hosts)) hosts.extend(sorted(api_hosts))
host_count = len(hosts) host_count = len(hosts)
httpObj = getHttpObj(timeout=10) httpObj = getHttpObj(timeout=30)
httpObj.follow_redirects = False httpObj.follow_redirects = False
headers = {'user-agent': GAM_USER_AGENT} headers = {'user-agent': GAM_USER_AGENT}
okay = createGreenText('OK') okay = createGreenText('OK')