Skip to content

Commit

Permalink
ci: increase e2e timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Jul 31, 2024
1 parent c311ac7 commit 29b711d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ jobs:
image: ghcr.io/heliaxdev/namada-ci:namada-main
if: github.event.pull_request.draft == false || contains(github.head_ref, 'mergify/merge-queue') || contains(github.ref_name, 'mergify/merge-queue')
needs: [build-wasm, build-binaries]
timeout-minutes: 35
timeout-minutes: 50
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 29b711d

Please sign in to comment.