mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Increase the test timeout for Bug 918029. r=bbondy
This commit is contained in:
parent
afd341c3a7
commit
d85efe552d
@ -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();
|
||||
}
|
||||
|
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user