From 45c7935adcfc908f9d9082cf47a5bbbb28bebaa8 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 12 Feb 2019 18:57:42 +0000 Subject: [PATCH] buildvm-s390x-stg (varnish): increase a bunch of timeouts for varnish in stg to test. Signed-off-by: Kevin Fenzi --- roles/varnish/templates/s390kojipkgs.vcl.j2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roles/varnish/templates/s390kojipkgs.vcl.j2 b/roles/varnish/templates/s390kojipkgs.vcl.j2 index 258ba9ef76..8c7da209e4 100644 --- a/roles/varnish/templates/s390kojipkgs.vcl.j2 +++ b/roles/varnish/templates/s390kojipkgs.vcl.j2 @@ -19,11 +19,14 @@ backend koji01 { .host = "koji01.stg.phx2.fedoraproject.org"; .probe = { .url = "/work/"; - .timeout = 1s; + .timeout = 10s; .interval = 5s; .window = 5; .threshold = 3; } + .first_byte_timeout = 300s; + .connect_timeout = 10s; + .between_bytes_timeout = 2s; } {% else %} backend kojipkgs01 {