Skip to content

Commit 814259b

Browse files
committed
chore(ci): increase mocha test timeout to reduce flakiness of cli suite
1 parent 745c0ba commit 814259b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"preversion": "npm test",
88
"pretest": "eslint .",
9-
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --opts mocha.opts",
9+
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --opts mocha.opts --timeout 10000",
1010
"coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
1111
"semantic-release": "semantic-release",
1212
"travis-deploy-once": "travis-deploy-once",

0 commit comments

Comments
 (0)