Skip to content

Commit

Permalink
Bug fix: step timeout needs to be longer than `cargo fuzz run -max_to…
Browse files Browse the repository at this point in the history
…tal_time`
  • Loading branch information
Pr0methean committed Mar 14, 2024
1 parent e85df87 commit f63dc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f63dc2f

Please sign in to comment.