Bug 1238840: Increment the requestLongerTimeout() arg for mochitest test_value_storage.html, to avoid spurious timeouts on Android debug test-runs. (test-only, no review)

This commit is contained in:
Daniel Holbert 2016-01-11 21:51:39 -08:00
parent 2bfff9fd80
commit 9162bd85e1

View File

@ -323,7 +323,7 @@ function runTest() {
}
SimpleTest.waitForExplicitFinish();
SimpleTest.requestLongerTimeout(5);
SimpleTest.requestLongerTimeout(6);
SpecialPowers.pushPrefEnv({ set: [["layout.css.variables.enabled", true]] },
runTest);