Skip to content

Commit

Permalink
Increase fuzzer run time to 30 minutes (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 committed Sep 11, 2024
1 parent 501989c commit cd34a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install cargo fuzz
run: cargo install cargo-fuzz
- name: Run fuzzing target
run: RUST_BACKTRACE=1 cargo fuzz run fuzz_target_1 -- -max_total_time=600
run: RUST_BACKTRACE=1 cargo fuzz run fuzz_target_1 -- -max_total_time=1800
continue-on-error: true
- name: Archive crash artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cd34a75

Please sign in to comment.