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

Increase timeout

parent 98e7f8e7
No related branches found
No related tags found
1 merge request!285Add Helm test
Pipeline #8674 failed
......@@ -34,7 +34,7 @@ spec:
kubectl apply -f example-configmap.yaml
kubectl apply -f example-benchmark.yaml
kubectl apply -f test-example-execution.yaml
timeout 120s bash -c "until kubectl get exec theodolite-test-execution -o json | jq -r .status.executionState | grep -i '^Finished$'; do kubectl get exec theodolite-test-execution -o json | jq -r .status.executionState; sleep 5s; done"
timeout 180s bash -c "until kubectl get exec theodolite-test-execution -o json | jq -r .status.executionState | grep -i '^Finished$'; do kubectl get exec theodolite-test-execution -o json | jq -r .status.executionState; sleep 5s; done"
RETURN=$?
echo "RETURN: $RETURN"
kubectl delete -f example-configmap.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment