diff options
author | Leo Neat <lneat@google.com> | 2020-04-02 10:12:24 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-04-02 23:56:19 +0200 |
commit | 4506607b44ca15e6de0ad87cf205b0dd3c0a784c (patch) | |
tree | 783c6117f2b5aac1e813c543304c27e73ca8ca39 /.github | |
parent | e1dc86fe8d27ed0566b49c6a00ccd9bc281ee65f (diff) | |
download | curl-4506607b44ca15e6de0ad87cf205b0dd3c0a784c.tar.gz |
CI-fuzz: increase fuzz time to 40 minutes
Closes #5174
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/fuzz.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 167ae2429..ca149d988 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -16,7 +16,7 @@ jobs: uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master with: oss-fuzz-project-name: 'curl' - fuzz-seconds: 600 + fuzz-seconds: 2400 dry-run: false - name: Upload Crash |