Bug fix: step timeout needs to be longer than cargo fuzz run -max_total_time
This commit is contained in:
parent
e85df8774b
commit
f63dc2f66c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -123,7 +123,7 @@ jobs:
|
|||
run: |
|
||||
cargo fuzz build --no-default-features fuzz_read
|
||||
- name: run fuzz
|
||||
timeout-minutes: 330
|
||||
timeout-minutes: 331
|
||||
run: |
|
||||
cargo fuzz run --no-default-features fuzz_read -- fuzz/corpus/seed -timeout=10s -fork=2 -runs=250000000 -max_total_time=330m -max_len=16384 -len_control=10000 -dict=fuzz/fuzz.dict
|
||||
- name: Upload any failure inputs
|
||||
|
|
Loading…
Add table
Reference in a new issue