Skip to content

Commit

Permalink
Merge branch 'fraccaman/ci-release-timeout' (#1675)
Browse files Browse the repository at this point in the history
* origin/fraccaman/ci-release-timeout:
  ci: use runner group
  ci: increase build-release timeout
  • Loading branch information
brentstone committed Jul 6, 2023
2 parents af058d5 + 47ddb73 commit 86faa88
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,9 @@ jobs:
run: sccache --stop-server || true

namada-release:
runs-on: ${{ matrix.os }}
timeout-minutes: 25
runs-on:
group: gians-runners
timeout-minutes: 40
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -492,7 +493,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
check-name: ${{ matrix.make.wait_for }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 30
wait-interval: 42
allowed-conclusions: success
- name: Download wasm artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 86faa88

Please sign in to comment.