File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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 :
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
You can’t perform that action at this time.
0 commit comments