From e4abcb3540b64261b81fd0a483de7e692d42172d Mon Sep 17 00:00:00 2001 From: Valentin Afanasev Date: Fri, 8 Aug 2025 00:05:45 +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 34b399f..241e165 100644 --- a/.gitea/actions/create/action.yml +++ b/.gitea/actions/create/action.yml @@ -20,7 +20,7 @@ runs: steps: - run: | curl -s https://gitea.vecus.ru/ci/postgres-actions/raw/branch/master/.gitea/actions/create/postgres-template.yaml | envsubst | werf kubectl apply -f - - werf kubectl wait --for=condition=ready pod/${POD_NAME} --timeout=60s + werf kubectl wait --for=condition=ready pod/${POD_NAME} --timeout=600s shell: bash env: POD_NAME: ${{ inputs.service_name }}