[master] abd1ad8 Try to make this test more reliable.

Poul-Henning Kamp phk at FreeBSD.org
Thu Jan 9 00:39:05 CET 2014


commit abd1ad832a4004f9a35d3aab0fa1c687259ebfba
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Jan 8 23:38:53 2014 +0000

    Try to make this test more reliable.

diff --git a/bin/varnishtest/tests/r01086.vtc b/bin/varnishtest/tests/r01086.vtc
index ba4ace5..667cc4d 100644
--- a/bin/varnishtest/tests/r01086.vtc
+++ b/bin/varnishtest/tests/r01086.vtc
@@ -20,6 +20,8 @@ server s1 {
 		sendhex "00000000"
 	send "\r\n"
 
+	delay .2
+
 	chunked "FOOBAR"
 
 	chunkedlen 0
@@ -45,6 +47,8 @@ server s1 {
 		sendhex "00000000"
 	send "\r\n"
 
+	delay .2
+
 	chunked "FOOBAR"
 
 	chunkedlen 0



More information about the varnish-commit mailing list