Skip to content

Commit

Permalink
cfl: increase a prune timeout
Browse files Browse the repository at this point in the history
```
  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
  • Loading branch information
ligurio committed Oct 26, 2024
1 parent 2852fc4 commit bd987a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cflite_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
id: run
uses: google/clusterfuzzlite/actions/run_fuzzers@main
with:
fuzz-seconds: 1800
fuzz-seconds: 3600
github-token: ${{ secrets.GITHUB_TOKEN }}
minimize-crashes: true
mode: 'prune'
Expand Down

0 comments on commit bd987a5

Please sign in to comment.