Skip to content

Commit e154f21

Browse files
committed
Disabling timeout
1 parent 89684a1 commit e154f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"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 --timeout 120000",
11+
"test": "mocha test --timeout 0",
1212
"prebuild": "npm run lint; npm test",
1313
"lint": "eslint src/",
1414
"build": "webpack --config webpack.config.js"

0 commit comments

Comments
 (0)