cifuzz: use the default runtime of 600 seconds

The default runtime for CIFuzz[1] is 600 seconds; use it.

Since GitHub pull-requests are not the main contribution workflow the
number of runs should be manageable.

[1]: https://google.github.io/oss-fuzz/getting-started/continuous-integration/

Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
This commit is contained in:
Christian Göttsche 2021-12-09 17:48:54 +01:00 committed by James Carter
parent 01ce79182b
commit bf5ff1a8df
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
oss-fuzz-project-name: 'selinux'
fuzz-seconds: 180
fuzz-seconds: 600
dry-run: false
report-unreproducible-crashes: true
sanitizer: ${{ matrix.sanitizer }}