зеркало из https://github.com/mozilla/gecko-dev.git
bug 1085557 - bump symbol upload timeout to 120s. r=tryingtofixuploadtimeout, a=ryanvm
--HG-- extra : rebase_source : 75deb3bd73dcd940318a5525e4b00952fd89e794 extra : amend_source : 7783d608538954e7b748fd99fc98b03cb975004a
This commit is contained in:
Родитель
f66ee346e8
Коммит
2a71420061
|
@ -55,7 +55,7 @@ def main():
|
|||
files={'symbols.zip': open(sys.argv[1], 'rb')},
|
||||
headers={'Auth-Token': auth_token},
|
||||
allow_redirects=False,
|
||||
timeout=60,
|
||||
timeout=120,
|
||||
)
|
||||
except requests.exceptions.RequestException as e:
|
||||
print('Error: {0}'.format(e))
|
||||
|
|
Загрузка…
Ссылка в новой задаче