From 36ef1169f6e3a7e11e03007d015c644dafc0bf30 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 19 Sep 2025 12:29:19 -0700 Subject: [PATCH] ci: put a 10 minute timeout on the Debian build This usually takes around 2 minutes. I just saw a runaway one spending 30+ minutes. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3c3be31c6..6c7093bc1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -857,6 +857,7 @@ jobs: test-debian-13: name: Test build on Debian 13 runs-on: namespace-profile-ghostty-sm + timeout-minutes: 10 needs: [test, build-dist] steps: - name: Install and configure Namespace CLI