Skip to content
Snippets Groups Projects
Commit 5cf0a665 authored by Sören Henning's avatar Sören Henning
Browse files

Increase timeout

parent 52260c20
No related branches found
No related tags found
No related merge requests found
Pipeline #11238 passed
...@@ -160,7 +160,7 @@ test-helm: ...@@ -160,7 +160,7 @@ test-helm:
# Display initial pods, etc. # Display initial pods, etc.
- cd helm - cd helm
- helm dependencies update . - helm dependencies update .
- helm install theodolite . -f preconfigs/minimal.yaml --wait - helm install theodolite . -f preconfigs/minimal.yaml --wait --timeout 10m0s
- kubectl get nodes -o wide - kubectl get nodes -o wide
- kubectl get pods --all-namespaces -o wide - kubectl get pods --all-namespaces -o wide
- kubectl get services --all-namespaces -o wide - kubectl get services --all-namespaces -o wide
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment