Skip to content

Commit

Permalink
Give the CI fuzzer more time
Browse files Browse the repository at this point in the history
Currently the CI fuzzer isn't on the critical path to completion.
So we can extend the amount of fuzzing time without impacting the
critical path.
  • Loading branch information
nathaniel-brough committed Dec 23, 2023
1 parent c1e4c62 commit 404c885
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:
with:
oss-fuzz-project-name: 'gitoxide'
language: rust
fuzz-seconds: 600
fuzz-seconds: 840
- name: Upload Crash
uses: actions/upload-artifact@v3
if: failure() && steps.build.outcome == 'success'
Expand Down

0 comments on commit 404c885

Please sign in to comment.