Skip to content

Commit

Permalink
feat(mocha): Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
thaiat committed Jan 24, 2016
1 parent a44b239 commit 9338cdb
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 @@ -9,7 +9,7 @@
},
"scripts": {
"eslint": "eslint .",
"mocha": " istanbul cover --root ./generators --include-all-sources -x **/templates/** --dir ./coverage/mocha --report text --report text-summary --report lcov --print none _mocha -- test/mocha/**/*.spec.js -R spec",
"mocha": " istanbul cover --root ./generators --include-all-sources -x **/templates/** --dir ./coverage/mocha --report text --report text-summary --report lcov --print none _mocha -- test/mocha/**/*.spec.js -R spec --timeout 5000",
"pretest": "npm run eslint",
"test": "npm run mocha"
},
Expand Down

0 comments on commit 9338cdb

Please sign in to comment.