ci: add 30 minute timeout to valgrind (#8333)

It usually takes less than a few minutes right now. Something is wrong
if it takes more than that.
This commit is contained in:
Mitchell Hashimoto
2025-08-21 11:46:07 -07:00
committed by GitHub

View File

@@ -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