Bug 558705 - [Debug] mochitests-4: intermittent "test_value_cloning.html | Test timed out."; (Av1) Increase timeout factor to 4 from 3.

r=dbaron a=(test only).
This commit is contained in:
Serge Gautherie 2010-12-21 03:08:23 +01:00
Родитель 282858f1e4
Коммит 91b6fa83fb
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -22,7 +22,7 @@ var iframe = document.getElementById("iframe");
var current_item;
SimpleTest.waitForExplicitFinish();
SimpleTest.requestLongerTimeout(3);
SimpleTest.requestLongerTimeout(4);
for (var prop in gCSSProperties) {
var info = gCSSProperties[prop];