mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user