Skip to content

Commit

Permalink
Build: Increase test timeout to fix failing Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
heikki authored and phated committed Dec 21, 2017
1 parent 899e03a commit d78bd49
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 @@ -50,7 +50,7 @@
"scripts": {
"prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
"lint": "jshint lib index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules",
"test": "npm run-script lint && lab -cv",
"test": "npm run-script lint && lab -cvm 5000",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},
"engineStrict": true,
Expand Down

0 comments on commit d78bd49

Please sign in to comment.