Skip to content

Commit

Permalink
increased timeout for travis based tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnelldean committed Apr 23, 2016
1 parent acf2504 commit 5b22521
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 @@ -16,7 +16,7 @@
],
"scripts": {
"test": "lab -v -L -P test -t 82",
"test-report": "lab -v -L -P test -t 82 -r html > test/report.html; open test/report.html",
"test-report": "lab -v -L -P test -t 82 -m 5000 -r html > test/report.html; open test/report.html",
"bench": "node bench",
"coveralls": "lab -s -P test -r lcov | coveralls",
"annotate": "docco transport.js -o doc; open doc/transport.html"
Expand Down

0 comments on commit 5b22521

Please sign in to comment.