Skip to content

Commit ad5f5cc

Browse files
committed
Increase test timeout
1 parent b4dfe18 commit ad5f5cc

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
@@ -33,7 +33,7 @@
3333
],
3434
"main": "index.js",
3535
"scripts": {
36-
"test": "cross-env NODE_ENV=test mocha --exit",
36+
"test": "cross-env NODE_ENV=test mocha --timeout 5000 --exit",
3737
"coverage": "nyc npm test",
3838
"demo": "node demo/server.js",
3939
"gcs_demo": "cross-env DATA_STORE=GCSDataStore node demo/server.js",

0 commit comments

Comments
 (0)