From 5ca0b71cbe0e5ebf32fbf06263d1eb76d9c9b3c9 Mon Sep 17 00:00:00 2001 From: alexlamsl Date: Tue, 21 Apr 2020 21:19:29 +0800 Subject: [PATCH] speed up `ufuzz` on GitHub Actions --- .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 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