[master] 331dbd4bb Use larger timeout margin for stability (s390)

Poul-Henning Kamp phk at FreeBSD.org
Thu Apr 6 10:45:06 UTC 2023


commit 331dbd4bb5230bf46bb8675cde0a8f5ae27e3aa4
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Apr 6 10:43:52 2023 +0000

    Use larger timeout margin for stability (s390)

diff --git a/bin/varnishtest/tests/f00008.vtc b/bin/varnishtest/tests/f00008.vtc
index 4d6161a35..ea4350261 100644
--- a/bin/varnishtest/tests/f00008.vtc
+++ b/bin/varnishtest/tests/f00008.vtc
@@ -27,7 +27,7 @@ client c2 {
 	# Send 1 byte
 	send a
 	# Wait timeout_idle
-	delay 1.1
+	delay 2
 	# Send 1 byte
 	send b
 	rxresp
@@ -44,7 +44,7 @@ client c3 {
 	# Send 1 byte
 	send a
 	# Wait timeout_idle
-	delay 1.1
+	delay 2
 	# Send 1 byte
 	send b
 	rxresp


More information about the varnish-commit mailing list