From 0877e62ac20661afe4d8e30e37ed8d63b237098a Mon Sep 17 00:00:00 2001 From: quasystaty Date: Fri, 27 Sep 2024 13:28:44 -0400 Subject: [PATCH] fix(ci): ibc bridge test timeout (#1587) ## 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 --- .github/workflows/docker-build.yml | 2 +- charts/ibc-test.just | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 306734559..dddbba138 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -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 diff --git a/charts/ibc-test.just b/charts/ibc-test.just index c53b0f3bd..9e273e685 100644 --- a/charts/ibc-test.just +++ b/charts/ibc-test.just @@ -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: