Skip to content

Commit

Permalink
Increase timeout for fuzz-prune CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaskosunen committed Jun 7, 2024
1 parent 9f68531 commit 924b2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: google/clusterfuzzlite/actions/run_fuzzers@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
fuzz-seconds: 600
fuzz-seconds: 1200
mode: 'prune'
output-sarif: true
storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/eliaskosunen/scnlib-fuzz-corpus.git
Expand Down

0 comments on commit 924b2e7

Please sign in to comment.