From 5a2ed87945e961dffb803a51e57690b6c3254d08 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 27 May 2026 12:38:27 +0200 Subject: [PATCH] github: Increase the time CIFuzz is running the fuzzers Several new fuzzers were added since this workflow was created (in particular due to the plugin split). --- .github/workflows/cifuzz.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index a2135ecea..3f4b2674f 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -36,6 +36,7 @@ jobs: with: oss-fuzz-project-name: 'strongswan' report-timeouts: true + fuzz-seconds: 900 output-sarif: true language: c sanitizer: ${{ matrix.sanitizer }}