Skip to content

Commit a9969c6

Browse files
committed
prevent random test failures
update mar10#48
1 parent cbe7e01 commit a9969c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ function _clickTest(menu){
304304
equal(logOutput(), "createMenu,create,open(),beforeOpen(AAA),after open(),open,select(#cut),close",
305305
"Event sequence OK.");
306306
start();
307-
}, 500);
307+
}, 1000);
308308
}
309309

310310

0 commit comments

Comments
 (0)