Skip to content

Commit

Permalink
Increased tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Andres Dorado Suarez committed Sep 22, 2015
1 parent 217a803 commit 41dbb20
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 @@ -13,7 +13,7 @@
"bool": "bin/bool.js"
},
"scripts": {
"test": "NODE_ENV=test mocha --recursive test",
"test": "NODE_ENV=test mocha --timeout 5000 --recursive test",
"predoc": "rm -rf doc",
"doc": "jsdoc -c jsdoc.json"
},
Expand Down

0 comments on commit 41dbb20

Please sign in to comment.