Skip to content

Commit

Permalink
bump test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Oct 1, 2014
1 parent dde01f8 commit 525ffd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -18,9 +18,9 @@
"spdy-keys": "0.0.0"
},
"scripts": {
"test": "mocha --reporter spec",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
"test": "mocha --reporter spec --timeout 10s",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --timeout 10s",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --timeout 10s"
},
"keywords": [
"polyfill",
Expand Down

0 comments on commit 525ffd1

Please sign in to comment.