Skip to content

Commit

Permalink
increase timeout limit for mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicoder86 committed Nov 30, 2016
1 parent 0a74d57 commit 7b6d4b8
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 @@ -6,7 +6,7 @@
"scripts": {
"lint": "eslint --ext .js .",
"deploy": "np --skip-cleanup",
"test": "mocha ./test/loader.spec.js --timeout 3000"
"test": "mocha ./test/loader.spec.js --timeout 5000"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7b6d4b8

Please sign in to comment.