Skip to content

Commit

Permalink
Set max time for tests to 200 ms
Browse files Browse the repository at this point in the history
to break out earlier of failing/stuck tests.
  • Loading branch information
fatso83 committed Jun 18, 2021
1 parent 604427f commit dfc764e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "BSD-3-Clause",
"scripts": {
"lint": "eslint .",
"test-node": "mocha test/ integration-test/ -R dot --check-leaks",
"test-node": "mocha --timeout 200 test/ integration-test/ -R dot --check-leaks",
"test-headless": "mochify --no-detect-globals --timeout=10000",
"test-check-coverage": "npm run test-coverage && nyc check-coverage",
"test-cloud": "mochify --wd --no-detect-globals --timeout=10000",
Expand Down

0 comments on commit dfc764e

Please sign in to comment.