Skip to content

Commit 76922b5

Browse files
committed
Please Please! Fix timeout bug this time.
1 parent 512b5fe commit 76922b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"test": "test"
88
},
99
"scripts": {
10-
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
11-
"test": "mocha test --no-timeouts",
10+
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --timeout 120000 --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
11+
"test": "mocha test --timeout 120000",
1212
"prebuild": "npm run lint; npm test",
1313
"lint": "eslint src/",
1414
"build": "webpack --config webpack.config.js"

0 commit comments

Comments
 (0)