Commit ee941b61 authored by Geoff Simmons's avatar Geoff Simmons

Make the haproxyTimeout e2e test more robust.

Delay for a bit after deployment, to make sure that haproxy
re-configuration/restart is complete before verifying the test.
parent f4cc48f3
......@@ -11,6 +11,9 @@ wait_until_ready app=varnish-ingress
# the Pods.
wait_until_configured app=varnish-ingress default 600
# Delay for the haproxy reconfiguration.
sleep 10
kubectl port-forward svc/varnish-ingress ${LOCALPORT}:443 >/dev/null &
ret=$?
if [ $ret -ne 0 ]; then
......
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