[master] 4270a297c Try to make this test more stable on heavily loaded systems.

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


commit 4270a297c25c3252a3342751cf2082373e122402
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon May 13 07:26:27 2019 +0000

    Try to make this test more stable on heavily loaded systems.

diff --git a/bin/varnishtest/tests/c00094.vtc b/bin/varnishtest/tests/c00094.vtc
index d8c7eef72..d0b35efd9 100644
--- a/bin/varnishtest/tests/c00094.vtc
+++ b/bin/varnishtest/tests/c00094.vtc
@@ -3,7 +3,7 @@ varnishtest "Test Backend Polling with a backend listening at a UDS"
 barrier b1 cond 2
 
 server s1 -listen "${tmpdir}/s1.sock" {
-	timeout 3
+	timeout 8
 	fatal
 
 	# Probes
@@ -44,7 +44,7 @@ varnish v1 -vcl {
 	backend foo {
 		.path = "${s1_sock}";
 		.probe = {
-			.timeout = 1 s;
+			.timeout = 7 s;
 			.interval = 0.5 s;
 		}
 	}


More information about the varnish-commit mailing list