Commit b21d635c authored by Geoff Simmons's avatar Geoff Simmons

Lengthen the sleeps in the TLS and onloader tests.

For more robust e2e tests.
parent de72895c
......@@ -21,7 +21,7 @@ trap 'kill $(jobs -p)' EXIT
wait_for_port ${LOCALPORT}
set +e
sleep 1
sleep 10
# The test may be skipped (exit status 77) if haproxy is not installed.
varnishtest ${TESTOPTS} -Dlocalport=${LOCALPORT} cafe.vtc
ret=$?
......
......@@ -14,6 +14,6 @@ wait_for_port ${LOCALPORT}
# Give VMOD dynamic and DNS time to determine the IP address of the
# ExternalName Service.
sleep 10
sleep 20
varnishtest ${TESTOPTS} -Dlocalport=${LOCALPORT} cafe.vtc
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