Skip to content

Commit 5e89865

Browse files
committed
change the fuzzer timeout to 10s for normal CI builds
it is ridiculous to run multiple fuzzers for 5 minutes, even if some of them run in parallel. This means that even if the CI servers are NOT overloaded, merges will be blocked for at least 5 minutes. if the CI servers are overloaded, the fuzzers will block merges for much longer.
1 parent 1eeb940 commit 5e89865

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/fuzzer/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
# For fuzzing we won't be needing eapol_test
1515
mkdir -p build/tests/eapol_test
1616
: > build/tests/eapol_test/eapol_test.mk
17-
make -j `nproc` test.fuzzer FUZZER_TIMEOUT=300
17+
make -j `nproc` test.fuzzer FUZZER_TIMEOUT=10
1818
find build/fuzzer -type f ! -path 'build/fuzzer/*.log' | grep . && exit 1 || :
1919
2020
- name: "Clang libFuzzer: Store assets on failure"

0 commit comments

Comments
 (0)