diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 4f52a545d5a7c..76414aae750ac 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -23,8 +23,7 @@ jobs: id-token: write packages: write contents: read - timeout-minutes: 30 - + timeout-minutes: 120 steps: - name: Checkout repository id: checkout diff --git a/.github/workflows/heavy-integration.yml b/.github/workflows/heavy-integration.yml index dc5e7e08e50d1..717a277fd3f94 100644 --- a/.github/workflows/heavy-integration.yml +++ b/.github/workflows/heavy-integration.yml @@ -13,6 +13,7 @@ jobs: heavy-integration: name: heavy (long-running) integration tests runs-on: ubuntu-latest + timeout-minutes: 120 env: ETH_RPC_URL: https://eth-mainnet.alchemyapi.io/v2/C3JEvfW6VgtqZQa-Qp1E-2srEiIc02sD steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43dc1178a1087..50224c8a81cc8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,12 +16,11 @@ jobs: prepare: name: Prepare release runs-on: ubuntu-20.04 - + timeout-minutes: 30 outputs: tag_name: ${{ steps.release_info.outputs.tag_name }} release_name: ${{ steps.release_info.outputs.release_name }} changelog: ${{ steps.build_changelog.outputs.changelog }} - steps: - uses: actions/checkout@v3 with: @@ -69,6 +68,7 @@ jobs: release: name: ${{ matrix.job.target }} (${{ matrix.job.os }}) runs-on: ${{ matrix.job.os }} + timeout-minutes: 60 needs: prepare strategy: matrix: @@ -217,8 +217,8 @@ jobs: cleanup: name: Release cleanup runs-on: ubuntu-20.04 + timeout-minutes: 30 needs: release - steps: - uses: actions/checkout@v3