adjust ufuzz schedule (#3807)
This commit is contained in:
parent
b694bfa351
commit
925a0ca1a0
4
.github/workflows/ufuzz.yml
vendored
4
.github/workflows/ufuzz.yml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
name: Fuzzing
|
name: Fuzzing
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "*/5 * * * *"
|
- cron: "*/7 * * * *"
|
||||||
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 2700000
|
node test/ufuzz/job 3600000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user