aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ufuzz.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ufuzz.yml b/.github/workflows/ufuzz.yml
index 5e360f2b..a750a9fe 100644
--- a/.github/workflows/ufuzz.yml
+++ b/.github/workflows/ufuzz.yml
@@ -1,7 +1,7 @@
name: Fuzzing
on:
schedule:
- - cron: "*/15 * * * *"
+ - cron: "*/5 * * * *"
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 3600000
+ node test/ufuzz/job 2700000