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.
pull/8333/head
Mitchell Hashimoto 2025-08-21 11:44:57 -07:00
parent d725f2346f
commit 795c745491
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 0 deletions

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