Add timeouts to our GitHub actions. (#4669)

6 hours is way too long and eats up the runners.
This commit is contained in:
Doug
2025-10-28 18:37:15 +00:00
committed by GitHub
parent ad64315e3c
commit 231185e673
9 changed files with 11 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ jobs:
integration_tests:
name: Integration Tests
runs-on: macos-15
timeout-minutes: 45
concurrency:
# Only allow a single run of this workflow on each branch, automatically cancelling older runs.