Skip to content

Commit

Permalink
Add 10 seconds of timeout for mocha's tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed May 15, 2024
1 parent 181c60f commit 241fe1e
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 @@ -33,7 +33,7 @@
"scripts": {
"lint": "xo",
"prepublishOnly": "rollup -c",
"test": "mocha"
"test": "mocha --timeout 10000"
},
"dependencies": {
"ansi-regex": "^6.0.1",
Expand Down

0 comments on commit 241fe1e

Please sign in to comment.