Skip to content

Commit

Permalink
cifuzz: use the default of 600 seconds
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
  • Loading branch information
cgzones committed Oct 1, 2021
1 parent 34ec291 commit 663e979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 663e979

Please sign in to comment.