1 parent 5bf90e5 commit 1cfe9adCopy full SHA for 1cfe9ad
2 files changed
.github/workflows/integration-full.yml
@@ -68,7 +68,7 @@ permissions:
68
jobs:
69
full:
70
runs-on: ubuntu-24.04
71
- timeout-minutes: 360
+ timeout-minutes: 480
72
concurrency:
73
# Shared with integration-smoke. Release preflight takes priority over an
74
# already-running smoke run for the same release candidate.
.github/workflows/integration-smoke.yml
@@ -19,7 +19,7 @@ permissions:
19
20
smoke:
21
22
- timeout-minutes: 180
+ timeout-minutes: 240
23
24
# Shared with integration-full so Hetzner-backed integration suites do not run at the same time.
25
group: terrarium-integration
0 commit comments