From 1f816bf518710d167c90cf17a1d7dc286002882c Mon Sep 17 00:00:00 2001 From: Liviu Anita Date: Tue, 21 May 2024 16:26:09 +0100 Subject: [PATCH] Increase timeout? --- .github/workflows/api_ops_tests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/api_ops_tests.yaml b/.github/workflows/api_ops_tests.yaml index fedc5faa..643c8962 100644 --- a/.github/workflows/api_ops_tests.yaml +++ b/.github/workflows/api_ops_tests.yaml @@ -46,7 +46,6 @@ jobs: - name: Add ghcr-creds run: kubectl create secret docker-registry ghcr-creds --docker-server=https://ghcr.io --docker-username=${{ github.actor }} --docker-password=${{ secrets.GITHUB_TOKEN }} --docker-email=${{ github.actor }} - - name: Start everything run: | curl -L https://github.com/Praqma/helmsman/releases/download/v3.17.0/helmsman_3.17.0_linux_amd64.tar.gz | tar zx @@ -54,7 +53,7 @@ jobs: helmsman --apply -f ./api/local/helmsman_local.yml -e ./api/local/.env_template - name: Wait for api to start and health-check - run: kubectl wait --for=condition=ready pod -l app.kubernetes.io/name=api --timeout=1s --namespace=api + run: kubectl wait --for=condition=ready pod -l app.kubernetes.io/name=api --timeout=100s --namespace=api - name: Cleanup run: |