mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 906320 - Cleanup metro test timeouts. r=mbrubeck
This commit is contained in:
parent
822335156c
commit
31366e8c6f
@ -6,7 +6,6 @@
|
||||
function test() {
|
||||
let testDir = gTestPath.substr(0, gTestPath.lastIndexOf("/"));
|
||||
Services.scriptloader.loadSubScript(testDir + "/perfhelpers.js", this);
|
||||
requestLongerTimeout(5);
|
||||
runTests();
|
||||
}
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
function test() {
|
||||
let testDir = gTestPath.substr(0, gTestPath.lastIndexOf("/"));
|
||||
Services.scriptloader.loadSubScript(testDir + "/perfhelpers.js", this);
|
||||
requestLongerTimeout(5);
|
||||
requestLongerTimeout(2);
|
||||
runTests();
|
||||
}
|
||||
|
||||
|
@ -352,7 +352,5 @@ function test() {
|
||||
todo(false, "browser_selection_tests need landscape mode to run.");
|
||||
return;
|
||||
}
|
||||
|
||||
requestLongerTimeout(3);
|
||||
runTests();
|
||||
}
|
||||
|
@ -216,7 +216,5 @@ function test() {
|
||||
todo(false, "browser_selection_tests need landscape mode to run.");
|
||||
return;
|
||||
}
|
||||
|
||||
requestLongerTimeout(3);
|
||||
runTests();
|
||||
}
|
||||
|
@ -157,7 +157,5 @@ function test() {
|
||||
todo(false, "browser_selection_tests need landscape mode to run.");
|
||||
return;
|
||||
}
|
||||
|
||||
requestLongerTimeout(3);
|
||||
runTests();
|
||||
}
|
||||
|
@ -251,10 +251,7 @@ function test() {
|
||||
todo(false, "browser_selection_tests need landscape mode to run.");
|
||||
return;
|
||||
}
|
||||
|
||||
// XXX need this until bugs 886624 and 859742 are fully resolved
|
||||
setDevPixelEqualToPx();
|
||||
|
||||
requestLongerTimeout(3);
|
||||
runTests();
|
||||
}
|
||||
|
@ -198,10 +198,7 @@ function test() {
|
||||
todo(false, "browser_selection_tests need landscape mode to run.");
|
||||
return;
|
||||
}
|
||||
|
||||
// XXX need this until bugs 886624 and 859742 are fully resolved
|
||||
setDevPixelEqualToPx();
|
||||
|
||||
requestLongerTimeout(3);
|
||||
runTests();
|
||||
}
|
||||
|
@ -112,7 +112,5 @@ function test() {
|
||||
todo(false, "browser_selection_tests need landscape mode to run.");
|
||||
return;
|
||||
}
|
||||
|
||||
requestLongerTimeout(3);
|
||||
runTests();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user