Bug 958075: Request longer timeout in test_extra_inherit_initial.html, so that it won't hit the timeout limit on B2G debug mochitest runs. (test-tweak only, no review)

This commit is contained in:
Daniel Holbert 2014-01-10 11:48:32 -08:00
parent 7f2c034f1f
commit 2f98532449

View File

@ -76,7 +76,7 @@ function test_property(property)
// To avoid triggering the slow script dialog, we have to test one
// property at a time.
SimpleTest.waitForExplicitFinish();
SimpleTest.requestLongerTimeout(2);
SimpleTest.requestLongerTimeout(4);
var props = [];
for (var prop in gCSSProperties)
props.push(prop);