Bug 562681, increase test timeout

This commit is contained in:
Olli Pettay 2010-06-19 14:20:31 +03:00
parent a0f5a4d3e1
commit ab3675b639

View File

@ -127,7 +127,7 @@ function doTest(number)
}
if (number > last_test) {
setTimeout(finishWSTest, 10000); // wait for the close events be dispatched
setTimeout(finishWSTest, 30000); // wait for the close events be dispatched
return;
}