From 795c745491767c9e7830f9d62bf37b04c5ab4681 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 21 Aug 2025 11:44:57 -0700 Subject: [PATCH] ci: add 30 minute timeout to valgrind It usually takes less than a few minutes right now. Something is wrong if it takes more than that. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0f445dba3..8910d8c07 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1010,6 +1010,7 @@ jobs: valgrind: if: github.repository == 'ghostty-org/ghostty' runs-on: namespace-profile-ghostty-lg + timeout-minutes: 30 needs: test env: ZIG_LOCAL_CACHE_DIR: /zig/local-cache