]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Reduce fuzzer timeout as main CI job is finishing first
authorNick Porter <nick@portercomputing.co.uk>
Fri, 29 Mar 2024 12:30:12 +0000 (12:30 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 29 Mar 2024 12:30:12 +0000 (12:30 +0000)
Lengthy fuzzing is still running as a daily scheduled job

.github/actions/fuzzer/action.yml

index d1079381dc165226945c1564d803fb326b47d7c1..de7ed7c2a7ad4672a17cd3e5e6e25a8907e33411 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=480
+        make -j `nproc` test.fuzzer FUZZER_TIMEOUT=300
         find build/fuzzer -type f ! -path 'build/fuzzer/*.log' | grep . && exit 1 || :
 
     - name: "Clang libFuzzer: Store assets on failure"