[master] 2190b5a27 Slightly longer delay to improve stability.

Poul-Henning Kamp phk at FreeBSD.org
Mon Nov 21 11:28:08 UTC 2022


commit 2190b5a2710b16bf92407f2030b388ec3ce4cbe8
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Nov 21 11:27:34 2022 +0000

    Slightly longer delay to improve stability.

diff --git a/bin/varnishtest/tests/c00058.vtc b/bin/varnishtest/tests/c00058.vtc
index 6a2d733d2..daf8548a0 100644
--- a/bin/varnishtest/tests/c00058.vtc
+++ b/bin/varnishtest/tests/c00058.vtc
@@ -36,7 +36,8 @@ client c1 {
 
 	# But bg fetch was kicked off
 	barrier b1 sync
-	delay .2
+
+	delay .5
 
 	# And now we get the new object
 	txreq


More information about the varnish-commit mailing list