From b6e2511b180f1f8009bd945edd8719083de80dc6 Mon Sep 17 00:00:00 2001 From: alexlamsl Date: Wed, 22 Apr 2020 02:01:40 +0800 Subject: [PATCH] adjust `ufuzz` schedule --- .github/workflows/ufuzz.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ufuzz.yml b/.github/workflows/ufuzz.yml index a750a9fe..4387a988 100644 --- a/.github/workflows/ufuzz.yml +++ b/.github/workflows/ufuzz.yml @@ -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