Commit ed8e0257 authored by Tollef Fog Heen's avatar Tollef Fog Heen

No need to delay for varnishd to update stats, varnishtest does this for us

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3328 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 7e1559a7
......@@ -19,9 +19,6 @@ client c1 {
expect resp.status == 200
} -run
# Give varnish a chance to update stats
delay .1
varnish v1 -expect n_object == 0
varnish v1 -expect client_conn == 1
varnish v1 -expect client_req == 1
......
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