Bump the JS test suite timeout to 2 minutes

So that it can run properly on my 3-year old MBA
This commit is contained in:
Régis Hanol 2014-03-05 10:45:57 +01:00
parent edf86a207b
commit 386b1589f2
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ page.open(args[0], function(status) {
} else {
page.evaluate(logQUnit);
var timeout = parseInt(args[1] || 60000, 10);
var timeout = parseInt(args[1] || 120000, 10);
var start = Date.now();
var interval = setInterval(function() {
if (Date.now() > start + timeout) {