mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 915439 - Use longer timeouts for test_value_computation.html and test_value_storage.html. r=bzbarsky
This commit is contained in:
parent
508c0eaa0a
commit
f1d52ca69d
@ -15,6 +15,7 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
SimpleTest.expectAssertions(7);
|
SimpleTest.expectAssertions(7);
|
||||||
SimpleTest.waitForExplicitFinish();
|
SimpleTest.waitForExplicitFinish();
|
||||||
|
SimpleTest.requestLongerTimeout(2);
|
||||||
|
|
||||||
var load_count = 0;
|
var load_count = 0;
|
||||||
function load_done() {
|
function load_done() {
|
||||||
|
@ -265,6 +265,7 @@ function test_property(property)
|
|||||||
// To avoid triggering the slow script dialog, we have to test one
|
// To avoid triggering the slow script dialog, we have to test one
|
||||||
// property at a time.
|
// property at a time.
|
||||||
SimpleTest.waitForExplicitFinish();
|
SimpleTest.waitForExplicitFinish();
|
||||||
|
SimpleTest.requestLongerTimeout(2);
|
||||||
var props = [];
|
var props = [];
|
||||||
for (var prop in gCSSProperties)
|
for (var prop in gCSSProperties)
|
||||||
props.push(prop);
|
props.push(prop);
|
||||||
|
Loading…
Reference in New Issue
Block a user