Triple write-fuzz duration to ensure remaining bugs are caught
This commit is contained in:
parent
26bf30fc25
commit
e8208dda87
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -109,4 +109,4 @@ jobs:
|
||||||
cargo fuzz build fuzz_write
|
cargo fuzz build fuzz_write
|
||||||
- name: run fuzz
|
- name: run fuzz
|
||||||
run: |
|
run: |
|
||||||
cargo fuzz run fuzz_write -- -timeout=1s -runs=1000000 -max_len=5000000000
|
cargo fuzz run fuzz_write -- -timeout=1s -runs=3000000 -max_len=5000000000
|
||||||
|
|
Loading…
Add table
Reference in a new issue