Commit bb4fe2e
authored
Match libfuzzer's timeout for reproduction in centipede (#5291)
Libfuzzer uses `TEST_TIMEOUT - 5`, ignoring fuzzer-defined timeouts, as
the per input timeout when reproducing a crash. This PR changes
Centipede to also override fuzzer-defined timeouts and use `TEST_TIMEOUT
- 5`.1 parent e30ef54 commit bb4fe2e
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
441 | 442 | | |
442 | 443 | | |
443 | 444 | | |
| |||
0 commit comments