[master] 3f0f848 Add a delay for EXP to act

Poul-Henning Kamp phk at varnish-cache.org
Wed Sep 18 11:57:45 CEST 2013


commit 3f0f8489ccdfddfb6e1731ffc955e215d3027ab9
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Sep 18 09:57:37 2013 +0000

    Add a delay for EXP to act

diff --git a/bin/varnishtest/tests/b00020.vtc b/bin/varnishtest/tests/b00020.vtc
index 3cf5e4b..20bc72b 100644
--- a/bin/varnishtest/tests/b00020.vtc
+++ b/bin/varnishtest/tests/b00020.vtc
@@ -22,6 +22,8 @@ client c1 {
 	expect resp.status == 503
 } -run
 
+delay 1
+
 varnish v1 -expect n_object == 0
 varnish v1 -expect n_objectcore == 0
 



More information about the varnish-commit mailing list