Bug 1073761 - Increase timeout for test_value_storage; r=dholbert

This commit is contained in:
Geoff Brown 2015-05-20 06:37:40 -06:00
Родитель 8d8872123d
Коммит dd20f0b9ae
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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