From a87b58f2a3f6beed9d7ac348b53c515ecce1a984 Mon Sep 17 00:00:00 2001 From: Robert Strong Date: Tue, 1 Oct 2013 14:37:06 -0700 Subject: [PATCH] Increase the test timeout for Bug 918029. r=bbondy --- .../update/test/chrome/test_0017_check_staging_basic.xul | 2 +- .../update/test/chrome/test_0027_check_staging_billboard.xul | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/toolkit/mozapps/update/test/chrome/test_0017_check_staging_basic.xul b/toolkit/mozapps/update/test/chrome/test_0017_check_staging_basic.xul index 9bbe941b7a0..0badb0a6697 100644 --- a/toolkit/mozapps/update/test/chrome/test_0017_check_staging_basic.xul +++ b/toolkit/mozapps/update/test/chrome/test_0017_check_staging_basic.xul @@ -39,7 +39,7 @@ function runTest() { let url = URL_UPDATE + "?showDetails=1" + getVersionParams(); setUpdateURLOverride(url); - setupTimer(90000); // 90 seconds + setupTimer(180000); // 180 seconds gUP.checkForUpdates(); } diff --git a/toolkit/mozapps/update/test/chrome/test_0027_check_staging_billboard.xul b/toolkit/mozapps/update/test/chrome/test_0027_check_staging_billboard.xul index 2d3a5533e94..4689e951f6c 100644 --- a/toolkit/mozapps/update/test/chrome/test_0027_check_staging_billboard.xul +++ b/toolkit/mozapps/update/test/chrome/test_0027_check_staging_billboard.xul @@ -46,7 +46,7 @@ function runTest() { let url = URL_UPDATE + "?showBillboard=1&showDetails=1" + getVersionParams(); setUpdateURLOverride(url); - setupTimer(90000); // 90 seconds + setupTimer(180000); // 180 seconds gUP.checkForUpdates(); }