[master] fa31403 Increase delay to increase test success probability

Poul-Henning Kamp phk at FreeBSD.org
Sat Dec 30 09:58:07 UTC 2017


commit fa31403c6eb07be2bdc448fdc75fcce73c73ca2a
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Sat Dec 30 09:57:05 2017 +0000

    Increase delay to increase test success probability

diff --git a/bin/varnishtest/tests/g00005.vtc b/bin/varnishtest/tests/g00005.vtc
index 6a49440..9eacb10 100644
--- a/bin/varnishtest/tests/g00005.vtc
+++ b/bin/varnishtest/tests/g00005.vtc
@@ -30,7 +30,7 @@ client c1 {
 
 	# This delay attempts to ensure that the busyobj
 	# is completed before we attempt the range request
-	delay .2
+	delay 1
 
 	txreq -hdr "Range: bytes=3-5"
 	rxresp


More information about the varnish-commit mailing list