Commit 2c4fd8c
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#891 parent 2852fc4 commit 2c4fd8c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments