Skip to content

Commit

Permalink
Increase cron timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
flea89 committed Oct 25, 2022
1 parent 694788e commit 9dec63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start:delete-remote-pins": "NODE_TLS_REJECT_UNAUTHORIZED=0 node src/bin/delete-remote-pins.js",
"start:names": "NODE_TLS_REJECT_UNAUTHORIZED=0 node src/bin/names.js",
"test": "npm-run-all -p -r test:e2e",
"test:e2e": "mocha --require ./test/hooks.js test/*.spec.js --timeout 10000"
"test:e2e": "mocha --require ./test/hooks.js test/*.spec.js --timeout 15000"
},
"author": "Alan Shaw",
"license": "(Apache-2.0 OR MIT)",
Expand Down

0 comments on commit 9dec63f

Please sign in to comment.