Skip to content

Commit 92aa646

Browse files
committed
increases mocha timeout on keypress tests
1 parent 64eb6e4 commit 92aa646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"prettier": "prettier --write shared test",
88
"test": "npm run test-style && npm run test-types && npm run test-unit",
9-
"test-macos-key-press": "mocha --ui tdd test/test-macos-key-press.js",
9+
"test-macos-key-press": "mocha --ui tdd --timeout 5000 test/test-macos-key-press.js",
1010
"test-style": "prettier --check shared test",
1111
"test-types": "tsc -p tsconfig.json",
1212
"test-unit": "mocha --ui tdd --timeout 5000 test/test.js test/helpers/**/*.js"

0 commit comments

Comments
 (0)