Skip to content

Commit

Permalink
Set correct timeouts in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Mar 9, 2015
1 parent 8e474a4 commit 7a4c4fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ node_js:
- "0.8"
- "0.6"
script:
- ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec
- ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec -s 6500 -t 8000
after_success:
- ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.info
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"scripts": {
"test": "mocha test -s 65000 -t 8000"
"test": "mocha test -s 6500 -t 8000"
},
"bugs": {
"url": "https://github.com/addaleax/q-ratelimit/issues"
Expand Down

0 comments on commit 7a4c4fb

Please sign in to comment.