Skip to content

Commit

Permalink
Fuzz for 10m instead of 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Aug 13, 2024
1 parent 4157e72 commit 5906c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Cargo fuzz
run: |
cd rust_bindings
cargo fuzz list | xargs -I "%" sh -c "cargo +nightly fuzz run % -- -max_total_time=30 || exit 255"
cargo fuzz list | xargs -I "%" sh -c "cargo +nightly fuzz run % -- -max_total_time=600 || exit 255"
build_crate:
name: Build crate
Expand Down

0 comments on commit 5906c64

Please sign in to comment.