Skip to content

Commit

Permalink
Increase timeout and add bail flag
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideViolante committed Oct 26, 2021
1 parent 02074e4 commit f44e77d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"start": "node index.js",
"lint": "eslint ./",
"test": "nyc mocha --timeout 30000",
"coverage": "nyc --reporter=lcov --reporter=text mocha --timeout 30000"
"test": "nyc mocha --timeout 60000 --bail",
"coverage": "nyc --reporter=lcov --reporter=text mocha --timeout 60000 --bail"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f44e77d

Please sign in to comment.