Bug 1316962 - Bump timeout for downloading updates to 12 minutes. r=rail

MozReview-Commit-ID: AwQIkp6yELl

--HG--
extra : rebase_source : aa6e28d6231065bf2fe858ca74c4c1888b224615
This commit is contained in:
Henrik Skupin 2016-11-14 12:44:29 +01:00
Родитель 3358b4e704
Коммит 598a97735f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -22,7 +22,7 @@ class UpdateTestCase(PuppeteerMixin, MarionetteTestCase):
TIMEOUT_UPDATE_APPLY = 300
TIMEOUT_UPDATE_CHECK = 30
TIMEOUT_UPDATE_DOWNLOAD = 360
TIMEOUT_UPDATE_DOWNLOAD = 720
# For the old update wizard, the errors are displayed inside the dialog. For the
# handling of updates in the about window the errors are displayed in new dialogs.