]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
CI: shorten runtime of main CI fuzzer
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 4 May 2023 12:30:02 +0000 (13:30 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 4 May 2023 12:30:02 +0000 (13:30 +0100)
.github/actions/fuzzer/action.yml

index 127f5e2e2bd671ac9b065a683c3cc3fc6a4928e3..a333d8b8100fe8988024131e0432230416d8979e 100644 (file)
@@ -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"