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:
parent
b9eb773848
commit
e987aa7267
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue