We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4157e72 + 5906c64 commit e0194a7Copy full SHA for e0194a7
.github/workflows/rust.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Cargo fuzz
31
run: |
32
cd rust_bindings
33
- 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"
34
35
build_crate:
36
name: Build crate
0 commit comments