Skip to content

Commit 1cfe9ad

Browse files
committed
increase github workflow timeouts
1 parent 5bf90e5 commit 1cfe9ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ permissions:
6868
jobs:
6969
full:
7070
runs-on: ubuntu-24.04
71-
timeout-minutes: 360
71+
timeout-minutes: 480
7272
concurrency:
7373
# Shared with integration-smoke. Release preflight takes priority over an
7474
# already-running smoke run for the same release candidate.

.github/workflows/integration-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
jobs:
2020
smoke:
2121
runs-on: ubuntu-24.04
22-
timeout-minutes: 180
22+
timeout-minutes: 240
2323
concurrency:
2424
# Shared with integration-full so Hetzner-backed integration suites do not run at the same time.
2525
group: terrarium-integration

0 commit comments

Comments
 (0)