Skip to content

Commit

Permalink
chore: increase test timeout for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jan 30, 2019
1 parent 64af518 commit 7b200d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
},
"scripts": {
"pretest": "standard",
"test": "nyc --cache mocha --require ./test/before.js --timeout=8000 --check-leaks",
"test": "nyc --cache mocha --require ./test/before.js --timeout=12000 --check-leaks",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"release": "standard-version"
},
Expand Down

0 comments on commit 7b200d2

Please sign in to comment.