Skip to content

Commit

Permalink
Decrease fuzzing time to 4h to avoid GH timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed Mar 20, 2022
1 parent 5a13194 commit 0a95537
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 @@ -15,7 +15,7 @@ jobs:
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
oss-fuzz-project-name: 'libcbor'
fuzz-seconds: 21600 # 6 hours
fuzz-seconds: 14400 # 4 hours
dry-run: false
- name: Upload Crash
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 0a95537

Please sign in to comment.