From 17353f9d977db7bb86ad04da03e2f7c6a5309e45 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Sat, 13 Jun 2026 18:10:35 +0200 Subject: [PATCH] ci: bump MSan fuzz timeout The MSan fuzz job has little headroom on fork CI when caches miss. Examples from Sjors/bitcoin: - PR 116 timed out after 2h30m: https://github.com/Sjors/bitcoin/actions/runs/27465468297/job/81187008305?pr=116 - PR 117 passed in 2h24m47s: https://github.com/Sjors/bitcoin/actions/runs/27465461797/job/81186956747?pr=117 - PR 118 passed in 2h18m22s: https://github.com/Sjors/bitcoin/actions/runs/27465761345/job/81187860567?pr=118 Bump the timeout to 180 minutes to leave room for runner variance. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 434b5e16718..ad378205f24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -534,7 +534,7 @@ jobs: - name: 'MSan, fuzz' warp-runner: 'warp-ubuntu-latest-x64-8x' fallback-runner: 'ubuntu-latest' - timeout-minutes: 150 + timeout-minutes: 180 file-env: './ci/test/00_setup_env_native_fuzz_with_msan.sh' - name: 'MSan'