1 parent f313e97 commit 5cea869Copy full SHA for 5cea869
2 files changed
.github/workflows/integration-full.yml
@@ -70,7 +70,7 @@ jobs:
70
smoke:
71
name: smoke
72
runs-on: ubuntu-24.04
73
- timeout-minutes: 240
+ timeout-minutes: 360
74
if: ${{ inputs.only == '' || inputs.only == 'smoke' }}
75
concurrency:
76
group: terrarium-integration-${{ github.workflow }}-${{ github.ref }}-smoke
.github/workflows/integration-smoke.yml
@@ -19,7 +19,7 @@ permissions:
19
jobs:
20
21
22
23
24
25
cancel-in-progress: false
0 commit comments