Commit 54c8490d authored by Geoff Simmons's avatar Geoff Simmons

Wait 1 second longer before verifying initial deployment (sigh).

parent 720ad2f6
......@@ -16,6 +16,8 @@ kubectl port-forward svc/varnish-ingress ${LOCALPORT}:80 >/dev/null &
KUBEPID=$!
trap killforward EXIT
sleep 1
set +e
N=0
while true; do
......
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