summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2025-08-21 09:22:11 -0700
committerMitchell Hashimoto <m@mitchellh.com>2025-08-21 09:22:14 -0700
commite92fe9d9f814a8338b857e1f42dc5fd767b02ed3 (patch)
tree4fd033ac7269f8df520f05ecaf2d89af0f54dbaf
parente3e69269e5a3bbeb4f15f34464b7968d646ad907 (diff)
ci: add timeout to snap and windows jobs
There have been times these runaway taking forever for unknown reasons.
-rw-r--r--.github/workflows/test.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index b61dd7eaf..0f445dba3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -363,6 +363,7 @@ jobs:
os:
[namespace-profile-ghostty-snap, namespace-profile-ghostty-snap-arm64]
runs-on: ${{ matrix.os }}
+ timeout-minutes: 45
needs: [test, build-dist]
env:
ZIG_LOCAL_CACHE_DIR: /zig/local-cache
@@ -397,6 +398,7 @@ jobs:
runs-on: windows-2022
# this will not stop other jobs from running
continue-on-error: true
+ timeout-minutes: 45
needs: test
steps:
- name: Checkout code