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.
pull/8064/head
Mitchell Hashimoto 2025-08-21 11:46:07 -07:00 committed by GitHub
commit c675896595
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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