speed up ufuzz on GitHub Actions

This commit is contained in:
alexlamsl 2020-04-21 21:19:29 +08:00
parent a2fc32c64b
commit 5ca0b71cbe

View File

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