зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
2bfff9fd80
Коммит
9162bd85e1
|
@ -323,7 +323,7 @@ function runTest() {
|
|||
}
|
||||
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
SimpleTest.requestLongerTimeout(5);
|
||||
SimpleTest.requestLongerTimeout(6);
|
||||
|
||||
SpecialPowers.pushPrefEnv({ set: [["layout.css.variables.enabled", true]] },
|
||||
runTest);
|
||||
|
|
Загрузка…
Ссылка в новой задаче