Bug 915439 - Use longer timeouts for test_value_computation.html and test_value_storage.html. r=bzbarsky

This commit is contained in:
Cameron McCormack 2013-09-19 11:35:19 +10:00
parent 508c0eaa0a
commit f1d52ca69d
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
<script type="text/javascript">
SimpleTest.expectAssertions(7);
SimpleTest.waitForExplicitFinish();
SimpleTest.requestLongerTimeout(2);
var load_count = 0;
function load_done() {

View File

@ -265,6 +265,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);
var props = [];
for (var prop in gCSSProperties)
props.push(prop);