Commit 8cdbb8e9 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add a delay to make this case more predictable.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4827 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 76852996
......@@ -67,6 +67,9 @@ varnish v1 -expect n_backend == 2
varnish v1 -expect n_vcl == 2
varnish v1 -cli "vcl.discard vcl4"
varnish v1 -cli "vcl.list"
delay 1
varnish v1 -cli "vcl.list"
varnish v1 -expect n_backend == 1
varnish v1 -expect n_vcl == 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