EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 8d29a49c authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

test timeout to 10 min

parent 49e2a07e
Branches
Tags
No related merge requests found
Pipeline #23002 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment