Skip to content

Commit

Permalink
build: push timeout a bit further for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 5, 2019
1 parent 0d099ad commit 3c1037a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"posttest": "eslint .",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "nyc mocha --timeout=20000 test.js",
"test": "nyc mocha --timeout=30000 test.js",
"release": "bin/cli.js"
},
"nyc": {
Expand Down

0 comments on commit 3c1037a

Please sign in to comment.