adjust ufuzz schedule (#3807)

This commit is contained in:
Alex Lam S.L 2020-04-21 19:58:02 +01:00 committed by GitHub
parent b694bfa351
commit 925a0ca1a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
name: Fuzzing
on:
schedule:
- cron: "*/5 * * * *"
- cron: "*/7 * * * *"
jobs:
ufuzz:
strategy:
@ -31,4 +31,4 @@ jobs:
npm config set update-notifier false
npm --version
while !(npm install); do echo "'npm install' failed - retrying..."; done
node test/ufuzz/job 2700000
node test/ufuzz/job 3600000