diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3655b3c5de18a22180818a8ed2476bf49ebf4d9..15be1b55281d197ec1b9412efda12607ce1794ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ integration-test: - export PREPROCESSOR_RESULTS_BUCKET=$(cat /proc/sys/kernel/random/uuid) - kubectl apply -f testing/pvc-redis.yaml # 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} + - helm install my-helm-release . --wait --timeout 10m --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