From e2211f0ab00e5c0fdbba66feef7d92aa25c494a6 Mon Sep 17 00:00:00 2001 From: Bernhard Mallinger <bernhard.mallinger@eox.at> Date: Thu, 10 Feb 2022 13:02:09 +0100 Subject: [PATCH] Increasing timeout to 8 min --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b12c4a4..c3655b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,8 +37,8 @@ integration-test: - kubectl cluster-info - export PREPROCESSOR_RESULTS_BUCKET=$(cat /proc/sys/kernel/random/uuid) - kubectl apply -f testing/pvc-redis.yaml - # default timeout is 7 min, move to 7m for some leeway - - helm install my-helm-release . --wait --timeout 7m --values ./testing/values-testing.yaml --values "${SECRET_HELM_VALUES_TESTING}" --set global.storage.target.container=${PREPROCESSOR_RESULTS_BUCKET} + # default timeout is 5 min, move to 8m for some leeway + - helm install my-helm-release . --wait --timeout 8m --values ./testing/values-testing.yaml --values "${SECRET_HELM_VALUES_TESTING}" --set global.storage.target.container=${PREPROCESSOR_RESULTS_BUCKET} - kubectl get po -A script: - cd testing && ./run_integration_test.sh -- GitLab