Bug 906320 - Cleanup metro test timeouts. r=mbrubeck

This commit is contained in:
Jim Mathies 2013-08-19 04:25:58 -05:00
parent 822335156c
commit 31366e8c6f
8 changed files with 1 additions and 16 deletions

View File

@ -6,7 +6,6 @@
function test() {
let testDir = gTestPath.substr(0, gTestPath.lastIndexOf("/"));
Services.scriptloader.loadSubScript(testDir + "/perfhelpers.js", this);
requestLongerTimeout(5);
runTests();
}

View File

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

View File

@ -352,7 +352,5 @@ function test() {
todo(false, "browser_selection_tests need landscape mode to run.");
return;
}
requestLongerTimeout(3);
runTests();
}

View File

@ -216,7 +216,5 @@ function test() {
todo(false, "browser_selection_tests need landscape mode to run.");
return;
}
requestLongerTimeout(3);
runTests();
}

View File

@ -157,7 +157,5 @@ function test() {
todo(false, "browser_selection_tests need landscape mode to run.");
return;
}
requestLongerTimeout(3);
runTests();
}

View File

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

View File

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

View File

@ -112,7 +112,5 @@ function test() {
todo(false, "browser_selection_tests need landscape mode to run.");
return;
}
requestLongerTimeout(3);
runTests();
}