Skip to content

Commit

Permalink
Increase Mocha’s timeout limit because of Mocha’s slow initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Petri Kivikangas committed Mar 9, 2017
1 parent 8107bd8 commit 92cd927
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 @@ -20,7 +20,7 @@
"mongoose": "^4.8.6"
},
"scripts": {
"test": "mocha"
"test": "mocha --timeout 60000"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 92cd927

Please sign in to comment.