mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-05 12:13:34 +00:00
[no ci] bump checkconn timeout to 30s to attempt fix for annoying Github Actions failures
This commit is contained in:
@ -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')
|
||||||
|
Reference in New Issue
Block a user