From b395df951c6b513496177fe8559c29318488d0df Mon Sep 17 00:00:00 2001 From: Valentin Afanasev Date: Tue, 5 Aug 2025 03:27:29 +0300 Subject: [PATCH] up timeout --- .gitea/actions/create/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/actions/create/action.yml b/.gitea/actions/create/action.yml index b46346e..bca4cd3 100644 --- a/.gitea/actions/create/action.yml +++ b/.gitea/actions/create/action.yml @@ -9,7 +9,7 @@ runs: - run: | curl -s https://gitea.vecus.ru/ci/postgres-actions/raw/branch/master/.gitea/actions/create/postgres-template.yaml | envsubst | werf kubectl apply -f - echo "Waiting for pod to be ready..." - timeout=60 + timeout=600 while ! werf kubectl get pod ${POD_NAME} -o jsonpath='{.status.containerStatuses[0].ready}' 2>/dev/null | grep -q true; do echo "Still not ready..." sleep 2