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
Родитель de3dfc4a8e
Коммит 5e05c379b4
2 изменённых файлов: 2 добавлений и 0 удалений

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

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

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

@ -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);