[master] 251ef931d Stabilize d00011 on s390 with a longer delay

Poul-Henning Kamp phk at FreeBSD.org
Thu Apr 6 15:32:05 UTC 2023


commit 251ef931da007a706c4befb54a2ccb468f9050d2
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Apr 6 15:31:09 2023 +0000

    Stabilize d00011 on s390 with a longer delay

diff --git a/bin/varnishtest/tests/d00011.vtc b/bin/varnishtest/tests/d00011.vtc
index cecfbaf0c..14e7369b3 100644
--- a/bin/varnishtest/tests/d00011.vtc
+++ b/bin/varnishtest/tests/d00011.vtc
@@ -31,7 +31,7 @@ varnish v1 -vcl {
 	sub vcl_backend_fetch {
 		set bereq.backend = s1.backend();
 		# hot swap should happen while we sleep
-		vtc.sleep(2s);
+		vtc.sleep(3s);
 		if (std.healthy(bereq.backend)) {
 			return(abandon);
 		} else {


More information about the varnish-commit mailing list