From da452c75bb7181e6a44aeabb5e47e083f14e7c45 Mon Sep 17 00:00:00 2001 From: arshamparity <75425316+arshamparity@users.noreply.github.com> Date: Thu, 30 Sep 2021 19:00:11 +0300 Subject: [PATCH] ci: increasing the helm upgrade timeout (#419) * ci: increasing the helm upgrade timeout * readjusting the value --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cffd80f..502e70b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -124,7 +124,7 @@ stages: - helm upgrade --install --atomic - --timeout 120s + --timeout 300s --namespace $HELM_NAMESPACE --values custom-values.yaml --set image.backend.repository="${CONTAINER_REPO_BACKEND}"