diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2022-09-05 20:54:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-05 18:54:47 +0000 |
| commit | 9dcd38fcfa9aea7d06b00dfef84c00eecb9a4a40 (patch) | |
| tree | ee722c227b94a3679ebff2760dda024432f6cf38 /.github | |
| parent | b2f2446b46bf02821d90ebedadae2bf7ae0e880e (diff) | |
.github: decrease the OSS fuzzing time (#3336)
10 minutes looks like a too big number, especially given that other CI
actions finish much faster.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/oss-fuzz.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/oss-fuzz.yml b/.github/workflows/oss-fuzz.yml index bc3676a70..3276b4ae9 100644 --- a/.github/workflows/oss-fuzz.yml +++ b/.github/workflows/oss-fuzz.yml @@ -16,7 +16,7 @@ jobs: uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master with: oss-fuzz-project-name: 'syzkaller' - fuzz-seconds: 600 + fuzz-seconds: 300 dry-run: false - name: Upload Crash uses: actions/upload-artifact@v1 |
