Skip to content

Commit

Permalink
increased timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
abarnhard committed Oct 15, 2014
1 parent d70d4d2 commit b78ad37
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 @@ -10,8 +10,8 @@
"coveralls": "./node_modules/coveralls/bin/coveralls.js"
},
"scripts": {
"test": "mocha test --recursive -R spec --timeout 5000",
"watch": "mocha test --recursive -R spec --watch --timeout 5000",
"test": "mocha test --recursive -R spec --timeout 8000",
"watch": "mocha test --recursive -R spec --watch --timeout 8000",
"syntax": "./node_modules/grunt-cli/bin/grunt build",
"coveralls": "mocha test --recursive -r blanket -R mocha-lcov-reporter | coveralls"
},
Expand Down

0 comments on commit b78ad37

Please sign in to comment.