s390kojipkgs: increase timeout

This was done in trying to get caching more stable for s390x builds.
Pushing it now to match the deployed state.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-03-19 13:47:07 -07:00
parent b9eb773848
commit e987aa7267

View file

@ -27,7 +27,7 @@ backend koji01 {
}
.first_byte_timeout = 300s;
.connect_timeout = 10s;
.between_bytes_timeout = 2s;
.between_bytes_timeout = 20s;
}
{% else %}
backend kojipkgs01 {
@ -41,7 +41,7 @@ backend kojipkgs01 {
}
.first_byte_timeout = 300s;
.connect_timeout = 30s;
.between_bytes_timeout = 2s;
.between_bytes_timeout = 20s;
}
backend kojipkgs02 {