From: Matthew Newton Date: Thu, 4 May 2023 12:30:02 +0000 (+0100) Subject: CI: shorten runtime of main CI fuzzer X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4217e1206a2a3840ff18dc21e8a7f37ba4b74c0c;p=thirdparty%2Ffreeradius-server.git CI: shorten runtime of main CI fuzzer --- diff --git a/.github/actions/fuzzer/action.yml b/.github/actions/fuzzer/action.yml index 127f5e2e2bd..a333d8b8100 100644 --- a/.github/actions/fuzzer/action.yml +++ b/.github/actions/fuzzer/action.yml @@ -14,7 +14,7 @@ runs: # For fuzzing we won't be needing eapol_test mkdir -p build/tests/eapol_test : > build/tests/eapol_test/eapol_test.mk - make -j `nproc` test.fuzzer FUZZER_TIMEOUT=720 + make -j `nproc` test.fuzzer FUZZER_TIMEOUT=480 find build/fuzzer -type f ! -path 'build/fuzzer/*.log' | grep . && exit 1 || : - name: "Clang libFuzzer: Store assets on failure"