From 598a97735f75d690ed5849accc0fbf64363a1f95 Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Mon, 14 Nov 2016 12:44:29 +0100 Subject: [PATCH] Bug 1316962 - Bump timeout for downloading updates to 12 minutes. r=rail MozReview-Commit-ID: AwQIkp6yELl --HG-- extra : rebase_source : aa6e28d6231065bf2fe858ca74c4c1888b224615 --- testing/firefox-ui/harness/firefox_ui_harness/testcases.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/firefox-ui/harness/firefox_ui_harness/testcases.py b/testing/firefox-ui/harness/firefox_ui_harness/testcases.py index 487bc8d930c3..6cc82a85ab8f 100644 --- a/testing/firefox-ui/harness/firefox_ui_harness/testcases.py +++ b/testing/firefox-ui/harness/firefox_ui_harness/testcases.py @@ -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.