Commit 4270a297 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

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

parent d404df0a
...@@ -3,7 +3,7 @@ varnishtest "Test Backend Polling with a backend listening at a UDS" ...@@ -3,7 +3,7 @@ varnishtest "Test Backend Polling with a backend listening at a UDS"
barrier b1 cond 2 barrier b1 cond 2
server s1 -listen "${tmpdir}/s1.sock" { server s1 -listen "${tmpdir}/s1.sock" {
timeout 3 timeout 8
fatal fatal
# Probes # Probes
...@@ -44,7 +44,7 @@ varnish v1 -vcl { ...@@ -44,7 +44,7 @@ varnish v1 -vcl {
backend foo { backend foo {
.path = "${s1_sock}"; .path = "${s1_sock}";
.probe = { .probe = {
.timeout = 1 s; .timeout = 7 s;
.interval = 0.5 s; .interval = 0.5 s;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment