From 1d07a293de2fa49d018a1b180390d66064628c55 Mon Sep 17 00:00:00 2001 From: Dmitriy Kovalenko Date: Tue, 7 Jul 2026 13:21:49 -0700 Subject: [PATCH] ci: bump fuzz job timeout to 45min (Windows cold-cache builds exceed 20min) --- .github/workflows/rust.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1d60b0f57..ed446b12d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -59,8 +59,9 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] # Long-running; don't let a stuck watcher thread burn a full CI - # timeout. Two scenarios should finish well under this limit. - timeout-minutes: 20 + # timeout. Three stress steps take ~6min each (up to 2x slower on + # Windows with a cold cache), so leave generous headroom. + timeout-minutes: 45 env: FFF_STRESS_CASES: "5" FFF_STRESS_MIN_OPS: "30"