Skip to content

Commit 5cea869

Browse files
committed
increase job timeouts
1 parent f313e97 commit 5cea869

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
@@ -70,7 +70,7 @@ jobs:
7070
smoke:
7171
name: smoke
7272
runs-on: ubuntu-24.04
73-
timeout-minutes: 240
73+
timeout-minutes: 360
7474
if: ${{ inputs.only == '' || inputs.only == 'smoke' }}
7575
concurrency:
7676
group: terrarium-integration-${{ github.workflow }}-${{ github.ref }}-smoke

.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: 240
22+
timeout-minutes: 360
2323
concurrency:
2424
group: terrarium-integration-${{ github.workflow }}-${{ github.ref }}-smoke
2525
cancel-in-progress: false

0 commit comments

Comments
 (0)