From 8c8ca5459615f44aabd9b414969c9b070fa1961b Mon Sep 17 00:00:00 2001 From: Tpt Date: Fri, 15 Sep 2023 08:42:43 +0200 Subject: [PATCH] CI: Increases fuzzing time We have a lot of fuzzers now, let's give them a bit of time --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c06b05d2..03c038bb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -319,7 +319,7 @@ jobs: - uses: google/clusterfuzzlite/actions/run_fuzzers@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} - fuzz-seconds: 600 + fuzz-seconds: 900 mode: code-change sanitizer: address minimize-crashes: true @@ -341,7 +341,7 @@ jobs: - uses: google/clusterfuzzlite/actions/run_fuzzers@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} - fuzz-seconds: 3600 + fuzz-seconds: 7200 mode: batch sanitizer: address minimize-crashes: true