Commit 5a2ed87945 for strongswan.org
commit 5a2ed87945e961dffb803a51e57690b6c3254d08
Author: Tobias Brunner <tobias@strongswan.org>
Date: Wed May 27 12:38:27 2026 +0200
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).
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index a2135ecea6..3f4b2674ff 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 }}