Skip to content

Commit

Permalink
fix(ci): ibc bridge test timeout (#1587)
Browse files Browse the repository at this point in the history
## Summary
Increases ibc-bridge-test and hermes deployment timeouts
## Background
The ibc-bridge-test fails occasionally, lacking time to setup hermes
clients.
## Changes
Increased timeouts both in github workflow and kubectl

## Related Issues

closes #1586
  • Loading branch information
quasystaty1 committed Sep 27, 2024
1 parent 77c70bf commit 0877e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Setup IBC Bridge Test Environment
timeout-minutes: 5
timeout-minutes: 8
run: |
TAG=sha-$(git rev-parse --short HEAD)
just deploy cluster
Expand Down
2 changes: 1 addition & 1 deletion charts/ibc-test.just
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ delete:
just wait-for-rollup > /dev/null
echo "Deploying Hermes"
just deploy hermes-local > /dev/null
kubectl wait -n astria-dev-cluster deployment hermes-local-chart --for=condition=Available=True --timeout=300s
kubectl wait -n astria-dev-cluster deployment hermes-local-chart --for=condition=Available=True --timeout=480s

[no-cd]
run tag=defaultTag:
Expand Down

0 comments on commit 0877e62

Please sign in to comment.