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:
Ted Mielczarek 2015-03-25 07:49:05 -04:00
Родитель f66ee346e8
Коммит 2a71420061
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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))