Fix qunit tests on Travis.
This commit is contained in:
parent
3f3a0d7b14
commit
2ffb42a055
|
@ -36,7 +36,7 @@ page.open(args[0], function(status) {
|
|||
} else {
|
||||
page.evaluate(logQUnit);
|
||||
|
||||
var timeout = parseInt(args[1] || 130000, 10),
|
||||
var timeout = parseInt(args[1] || 200000, 10),
|
||||
start = Date.now();
|
||||
|
||||
var interval = setInterval(function() {
|
||||
|
|
Loading…
Reference in New Issue