Skip to content

Commit

Permalink
Reduce fuzz_read_with_no_features to 50M runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0methean committed Mar 16, 2024
1 parent 81a0e8a commit c4492b9
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 @@ -137,7 +137,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: fuzz
args: run --no-default-features fuzz_read -- fuzz/corpus/seed -timeout=10s -fork=2 -runs=100000000 -max_total_time=19800 -max_len=16384 -len_control=0 -dict=fuzz/fuzz.dict
args: run --no-default-features fuzz_read -- fuzz/corpus/seed -timeout=10s -fork=2 -runs=50000000 -max_total_time=19800 -max_len=16384 -len_control=0 -dict=fuzz/fuzz.dict
- name: Upload any failure inputs
if: always()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c4492b9

Please sign in to comment.