Skip to content

Commit bd987a5

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 ``` See also google/clusterfuzzlite#89
1 parent 2852fc4 commit bd987a5

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)