Skip to content

Commit 01e16b3

Browse files
committed
Increase test timeouts again
1 parent 44968f5 commit 01e16b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/tests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ asyncTest("Array menu", function() {
420420
equal(logOutput(), "open(),after open(),open,select(cut),cut action,close",
421421
"Event sequence OK.");
422422
start();
423-
}, 500);
423+
}, 1500);
424424
});
425425

426426
// ****************************************************************************
@@ -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-
}, 1000);
497+
}, 1500);
498498

499499
});
500500

0 commit comments

Comments
 (0)