Add timeouts to our GitHub actions. (#4669)
6 hours is way too long and eats up the runners.
This commit is contained in:
1
.github/workflows/integration-tests.yml
vendored
1
.github/workflows/integration-tests.yml
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user