Skip to content

Commit 9dec63f

Browse files
committed
Increase cron timeout
1 parent 694788e commit 9dec63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"start:delete-remote-pins": "NODE_TLS_REJECT_UNAUTHORIZED=0 node src/bin/delete-remote-pins.js",
1616
"start:names": "NODE_TLS_REJECT_UNAUTHORIZED=0 node src/bin/names.js",
1717
"test": "npm-run-all -p -r test:e2e",
18-
"test:e2e": "mocha --require ./test/hooks.js test/*.spec.js --timeout 10000"
18+
"test:e2e": "mocha --require ./test/hooks.js test/*.spec.js --timeout 15000"
1919
},
2020
"author": "Alan Shaw",
2121
"license": "(Apache-2.0 OR MIT)",

0 commit comments

Comments
 (0)