From: Alex Lam S.L Date: Tue, 21 Apr 2020 18:58:02 +0000 (+0100) Subject: adjust `ufuzz` schedule (#3807) X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=925a0ca1a04c5c50f80378ce3f8f3c8a6c81d8b4;p=UglifyJS.git adjust `ufuzz` schedule (#3807) --- 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