mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-21 12:20:41 +00:00
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:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user