buildvm-s390x-stg (varnish): increase a bunch of timeouts for varnish in stg to test.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2019-02-12 18:57:42 +00:00
parent 28924f8107
commit 45c7935adc

View File

@@ -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 {