From: Leo Neat Date: Thu, 2 Apr 2020 17:12:24 +0000 (-0700) Subject: CI-fuzz: increase fuzz time to 40 minutes X-Git-Tag: curl-7_70_0~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4506607b44ca15e6de0ad87cf205b0dd3c0a784c;p=thirdparty%2Fcurl.git CI-fuzz: increase fuzz time to 40 minutes Closes #5174 --- diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 167ae24295..ca149d988f 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