up timeout

This commit is contained in:
Valentin Afanasev
2025-08-08 00:05:45 +03:00
parent 819a109d93
commit e4abcb3540

View File

@ -20,7 +20,7 @@ runs:
steps: steps:
- run: | - run: |
curl -s https://gitea.vecus.ru/ci/postgres-actions/raw/branch/master/.gitea/actions/create/postgres-template.yaml | envsubst | werf kubectl apply -f - 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 shell: bash
env: env:
POD_NAME: ${{ inputs.service_name }} POD_NAME: ${{ inputs.service_name }}