Skip to content

Commit 0a17f86

Browse files
committed
Reduce mocha timeout
1 parent 541287f commit 0a17f86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"scripts": {
2929
"install": "prebuild --install",
3030
"build:docs": "jsdoc -R README.md -d docs lib/*.js",
31-
"test": "mocha --expose-gc --slow 300 --timeout 4000",
32-
"test:electron": "electron-mocha --slow 300 --timeout 4000",
31+
"test": "mocha --expose-gc --slow 300",
32+
"test:electron": "electron-mocha --slow 300",
3333
"precoverage": "nyc npm run test",
3434
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
3535
},

0 commit comments

Comments
 (0)