Skip to content

Commit

Permalink
ci: increase build-release timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Jul 6, 2023
1 parent 7936f71 commit 7551907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ jobs:

namada-release:
runs-on: ${{ matrix.os }}
timeout-minutes: 25
timeout-minutes: 40
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -492,7 +492,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 7551907

Please sign in to comment.