Increases fuzzer pruning timeout

pull/355/head
Thomas Tanon 3 years ago committed by GitHub
parent 07e105e1be
commit 2a58572593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/tests.yml

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

Loading…
Cancel
Save