Commit 839dca7a authored by Geoff Simmons's avatar Geoff Simmons

Fix the "delete TLS Secret" e2e test.

Sleep a few seconds longer before grepping the controller log.
During a lengthy e2e test, the expected log line was not found
by grep in time.
parent 4d3ea27a
......@@ -18,6 +18,6 @@ kubectl delete -f other-tls-secret.yaml
# Get the name of the controller Pod
CTLPOD=$(kubectl get pods -n kube-system -l app=varnish-ingress-controller -o jsonpath={.items[0].metadata.name})
sleep 1
sleep 5
kubectl logs -n kube-system $CTLPOD | grep -q 'TLS Secret default/other-tls-secret not specified by any Ingress for Varnish, ignoring'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment