Increases fuzzer pruning timeout

pull/365/head
Thomas Tanon 2 years ago committed by Thomas Tanon
parent 22a3c21c4e
commit c71f2d66b1
  1. 2
      .github/workflows/tests.yml

@ -283,7 +283,7 @@ jobs:
- uses: google/clusterfuzzlite/actions/run_fuzzers@v1 - uses: google/clusterfuzzlite/actions/run_fuzzers@v1
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
fuzz-seconds: 3600 fuzz-seconds: 14400
mode: 'prune' mode: 'prune'
storage-repo: https://${{ secrets.FULL_ACCESS_TOKEN }}@github.com/oxigraph/clusterfuzzlite-oxigraph.git storage-repo: https://${{ secrets.FULL_ACCESS_TOKEN }}@github.com/oxigraph/clusterfuzzlite-oxigraph.git

Loading…
Cancel
Save