Skip to content

Commit d78bd49

Browse files
heikkiphated
authored andcommitted
Build: Increase test timeout to fix failing Windows tests
1 parent 899e03a commit d78bd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"scripts": {
5151
"prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
5252
"lint": "jshint lib index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules",
53-
"test": "npm run-script lint && lab -cv",
53+
"test": "npm run-script lint && lab -cvm 5000",
5454
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
5555
},
5656
"engineStrict": true,

0 commit comments

Comments
 (0)