Skip to content

Commit

Permalink
Fuzzer runs for an hour (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 committed Sep 18, 2024
1 parent 7084953 commit a1f997d
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 @@ -25,7 +25,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.R2_FUZZ_SECRET_ACCESS_KEY }}
AWS_REGION: 'us-east-1'
- name: Run fuzzing target
run: RUST_BACKTRACE=1 cargo fuzz run array_ops -- -max_total_time=1800
run: RUST_BACKTRACE=1 cargo fuzz run array_ops -- -max_total_time=3600
continue-on-error: true
- name: Archive crash artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a1f997d

Please sign in to comment.