[master] d404df0ad Make this test more patient for people silly enough to run it on an RPI3b.

Poul-Henning Kamp phk at FreeBSD.org
Mon May 13 05:46:07 UTC 2019


commit d404df0adbd1e10adcf1e4afb367c1d21af5746b
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon May 13 05:44:48 2019 +0000

    Make this test more patient for people silly enough to run it on an RPI3b.

diff --git a/bin/varnishtest/tests/s00010.vtc b/bin/varnishtest/tests/s00010.vtc
index eb71ddc57..456d48741 100644
--- a/bin/varnishtest/tests/s00010.vtc
+++ b/bin/varnishtest/tests/s00010.vtc
@@ -31,8 +31,8 @@ client c1 -rcvbuf 128 {
 	txreq
 	non_fatal
 	rxresphdrs
-	# keep the session open for 2 seconds
-	delay 2
+	# keep the session open for 4 seconds
+	delay 4
 } -start
 
 client c1 -wait
@@ -48,8 +48,8 @@ logexpect l2 -v v1 {
 client c2 -rcvbuf 128 {
 	txreq
 	rxresphdrs
-	# keep the session open for 2 seconds
-	delay 2
+	# keep the session open for 4 seconds
+	delay 4
 } -start
 
 client c2 -wait


More information about the varnish-commit mailing list