Skip to content

Commit

Permalink
Bump allowed timeout before the suite fails
Browse files Browse the repository at this point in the history
  • Loading branch information
tgriesser committed Jun 20, 2014
1 parent b493f24 commit c377ca1
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 @@ -47,7 +47,7 @@
},
"scripts": {
"build": "gulp build",
"test": "istanbul --config=test/.istanbul.yml cover _mocha -- --check-leaks -b -R spec test/index.js",
"test": "istanbul --config=test/.istanbul.yml cover _mocha -- --check-leaks -t 5000 -b -R spec test/index.js",
"coveralls": "cat ./test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"jshint": "jshint knex.js lib/*",
"release:patch": "npm run jshint && npm test && gulp build && gulp bump --type patch && gulp release",
Expand Down

0 comments on commit c377ca1

Please sign in to comment.