Skip to content

Commit 6e951c1

Browse files
author
Ilya Radchenko
committed
Increase mocha test timeout
1 parent 5feb8cc commit 6e951c1

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
@@ -6,7 +6,7 @@
66
"scripts": {
77
"test": "npm run lint && npm run tests",
88
"lint": "jshint --verbose lib/",
9-
"tests": "mocha -R spec test/"
9+
"tests": "mocha --timeout 5000 -R spec test/"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)