From a9c5015d04673d128c5869bb54f68399132d6804 Mon Sep 17 00:00:00 2001 From: mattt Date: Wed, 2 Sep 2026 06:16:22 -0700 Subject: [PATCH] Raise the macOS CI job timeout to 20 minutes The macOS legs build with the MLX, Llama, and CoreML traits and take 6-8 minutes on a cold cache. The first green run on main after #193/#207 had one job cancelled at the 10-minute limit while saving the SwiftPM cache, after Lint, Build, and Test had all passed. Because the save is cut off, the cache never populates and every run stays cold. --- .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 eccc6f3b..aaac3a45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: swift: "6.2" xcode: "26.0" traits: "AsyncHTTPClient" - timeout-minutes: 10 + timeout-minutes: 20 steps: - name: Checkout code uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0