Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

Commit 28b1d27

Browse files
committed
Increase test timeout (try to fix saucelab tests)
1 parent 85b613a commit 28b1d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ asyncTest("modify on open", function() {
494494
equal(logOutput(), "open(),beforeOpen,after open(),open,select(cut),close",
495495
"Event sequence OK.");
496496
start();
497-
}, 500);
497+
}, 1000);
498498

499499
});
500500

0 commit comments

Comments
 (0)