Increase the test timeout for Bug 918029. r=bbondy

This commit is contained in:
Robert Strong 2013-10-01 14:37:06 -07:00
parent 01536ebd1d
commit a87b58f2a3
2 changed files with 2 additions and 2 deletions

View File

@ -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();
}

View File

@ -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();
}