Skip to content

Commit 2c4fd8c

Browse files
committed
cfl: increase a prune timeout
``` File "/usr/local/lib/python3.8/dist-packages/clusterfuzz/_internal/bot/fuzzers/libFuzzer/engine.py", line 507, in minimize_corpus raise TimeoutError('Merging new testcases timed out\n' + result.output) TimeoutError: Merging new testcases timed out ``` The prune duration is come from `FUZZ_SECONDS` // `fuzzers_left_to_run`. The patch increase a prune timeout, it seems due to a huge corpus and a number of fuzzers pruning takes more time and time is not enough. See also google/clusterfuzzlite#89
1 parent 2852fc4 commit 2c4fd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cflite_cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
id: run
5959
uses: google/clusterfuzzlite/actions/run_fuzzers@main
6060
with:
61-
fuzz-seconds: 1800
61+
fuzz-seconds: 3600
6262
github-token: ${{ secrets.GITHUB_TOKEN }}
6363
minimize-crashes: true
6464
mode: 'prune'

0 commit comments

Comments
 (0)