Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 4f1608b

Browse files
committed
Upped timeout for mocha
1 parent 603e17a commit 4f1608b

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
@@ -54,7 +54,7 @@
5454
"mongoose": ">=4.11.8"
5555
},
5656
"scripts": {
57-
"test": "STREAM_URL='https://key:[email protected]/?app_id=42' NODE_ENV=test ./node_modules/.bin/mocha --timeout 30000 test test/**/*_test.js",
57+
"test": "STREAM_URL='https://key:[email protected]/?app_id=42' NODE_ENV=test ./node_modules/.bin/mocha --timeout 50000 test test/**/*_test.js",
5858
"coverage": "STREAM_URL='https://key:[email protected]/?app_id=42' ./node_modules/.bin/istanbul cover bin/run-tests.js",
5959
"preversion": "npm test",
6060
"postversion": "git push && git push --tags"

0 commit comments

Comments
 (0)