Skip to content

Commit d8d1bdf

Browse files
authored
ci: relax timeout-minutes for release jobs (#5672)
1 parent 06a17bf commit d8d1bdf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
id-token: write
2424
packages: write
2525
contents: read
26-
timeout-minutes: 30
27-
26+
timeout-minutes: 120
2827
steps:
2928
- name: Checkout repository
3029
id: checkout

.github/workflows/heavy-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
heavy-integration:
1414
name: heavy (long-running) integration tests
1515
runs-on: ubuntu-latest
16+
timeout-minutes: 120
1617
env:
1718
ETH_RPC_URL: https://eth-mainnet.alchemyapi.io/v2/C3JEvfW6VgtqZQa-Qp1E-2srEiIc02sD
1819
steps:

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ jobs:
1616
prepare:
1717
name: Prepare release
1818
runs-on: ubuntu-20.04
19-
19+
timeout-minutes: 30
2020
outputs:
2121
tag_name: ${{ steps.release_info.outputs.tag_name }}
2222
release_name: ${{ steps.release_info.outputs.release_name }}
2323
changelog: ${{ steps.build_changelog.outputs.changelog }}
24-
2524
steps:
2625
- uses: actions/checkout@v3
2726
with:
@@ -69,6 +68,7 @@ jobs:
6968
release:
7069
name: ${{ matrix.job.target }} (${{ matrix.job.os }})
7170
runs-on: ${{ matrix.job.os }}
71+
timeout-minutes: 60
7272
needs: prepare
7373
strategy:
7474
matrix:
@@ -217,8 +217,8 @@ jobs:
217217
cleanup:
218218
name: Release cleanup
219219
runs-on: ubuntu-20.04
220+
timeout-minutes: 30
220221
needs: release
221-
222222
steps:
223223
- uses: actions/checkout@v3
224224

0 commit comments

Comments
 (0)