Skip to content

Commit e0194a7

Browse files
authored
Merge pull request #199 from Chia-Network/fuzz-10m
2 parents 4157e72 + 5906c64 commit e0194a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Cargo fuzz
3131
run: |
3232
cd rust_bindings
33-
cargo fuzz list | xargs -I "%" sh -c "cargo +nightly fuzz run % -- -max_total_time=30 || exit 255"
33+
cargo fuzz list | xargs -I "%" sh -c "cargo +nightly fuzz run % -- -max_total_time=600 || exit 255"
3434
3535
build_crate:
3636
name: Build crate

0 commit comments

Comments
 (0)