Skip to content

Commit

Permalink
set mocha timeout to 6 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
delabiejochen committed May 3, 2021
1 parent 29dfc2e commit 6862ca7
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 @@ -5,7 +5,7 @@
"version": "1.0.8",
"scripts": {
"lint": "eslint lib/",
"test:unit": "mocha test/",
"test:unit": "mocha -t 6000 test/",
"test": "run-s lint test:unit"
},
"homepage": "https://github.com/testingbot/testingbot-api",
Expand Down

0 comments on commit 6862ca7

Please sign in to comment.