Skip to content

Commit 6b55c77

Browse files
authored
Merge pull request #636 from DefangLabs/kevin/timeout
2 parents bf36e46 + 59b99fa commit 6b55c77

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

starter-sample/.github/workflows/defang.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
deploy:
1010
environment: defang-production
1111
runs-on: ubuntu-latest
12+
timeout-minutes: 70
1213
permissions:
1314
contents: read
1415
id-token: write

templates/defang.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
name: Defang ${{ github.event.inputs.action || 'up' }} ${{ github.event.inputs.stack || 'default stack' }}
2424
environment: defang-production
2525
runs-on: ubuntu-latest
26+
timeout-minutes: 70
2627
permissions:
2728
contents: read
2829
id-token: write

0 commit comments

Comments
 (0)