Skip to content

Commit d8a2eec

Browse files
committed
increase mocha timeout
1 parent 2805b2e commit d8a2eec

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
@@ -5,7 +5,7 @@
55
"version": "1.0.8",
66
"scripts": {
77
"lint": "eslint lib/",
8-
"test:unit": "mocha -t 6000 test/",
8+
"test:unit": "mocha -t 12000 test/",
99
"test": "run-s lint test:unit"
1010
},
1111
"homepage": "https://github.com/testingbot/testingbot-api",

0 commit comments

Comments
 (0)