adjust `ufuzz` schedule (#3807)
authorAlex Lam S.L <alexlamsl@gmail.com>
Tue, 21 Apr 2020 18:58:02 +0000 (19:58 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Apr 2020 18:58:02 +0000 (02:58 +0800)
.github/workflows/ufuzz.yml

index a750a9f..4387a98 100644 (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