Skip to content

Commit

Permalink
change the fuzz-time to 3 minutes to avoid waiting for fuzzing.
Browse files Browse the repository at this point in the history
At the time of writing, the longest CI jobs clocked in at 4 minutes, so
3 minutes should typically not be the longest job running.
  • Loading branch information
Byron committed Jul 17, 2023
1 parent 696eb15 commit 51ab99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
oss-fuzz-project-name: 'flate2-rs'
fuzz-seconds: 300
fuzz-seconds: 180
dry-run: false
language: rust
- name: Upload Crash
Expand Down

0 comments on commit 51ab99a

Please sign in to comment.