We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745c0ba commit 814259bCopy full SHA for 814259b
1 file changed
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"preversion": "npm test",
8
"pretest": "eslint .",
9
- "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --opts mocha.opts",
+ "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --opts mocha.opts --timeout 10000",
10
"coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
11
"semantic-release": "semantic-release",
12
"travis-deploy-once": "travis-deploy-once",
0 commit comments