From ae116ff0a9bbbb85132bc3413512bc67a36650c3 Mon Sep 17 00:00:00 2001 From: Andrey Taranik Date: Thu, 7 Jul 2022 18:09:57 +0300 Subject: [PATCH] update timeout for proxy deploy (#2047) --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f64ba94cb4..5370e46663 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -495,8 +495,8 @@ jobs: name: Re-deploy proxy command: | DOCKER_TAG=$(git log --oneline|wc -l) - helm upgrade neon-proxy neondatabase/neon-proxy --install -f .circleci/helm-values/staging.proxy.yaml --set image.tag=${DOCKER_TAG} --wait - helm upgrade neon-proxy-scram neondatabase/neon-proxy --install -f .circleci/helm-values/staging.proxy-scram.yaml --set image.tag=${DOCKER_TAG} --wait + helm upgrade neon-proxy neondatabase/neon-proxy --install -f .circleci/helm-values/staging.proxy.yaml --set image.tag=${DOCKER_TAG} --wait --timeout 15m0s + helm upgrade neon-proxy-scram neondatabase/neon-proxy --install -f .circleci/helm-values/staging.proxy-scram.yaml --set image.tag=${DOCKER_TAG} --wait --timeout 15m0s deploy-neon-stress: docker: