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:
parent
edf86a207b
commit
386b1589f2
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue