From ebf89e06c9db15a6f7b2812426f24a837e992f89 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 30 Dec 2016 00:51:56 +0000 Subject: [PATCH] Texlive needs ALMOST two full hours. Let's raise to just above the actual time Signed-off-by: Patrick Uiterwijk --- roles/haproxy/templates/haproxy.cfg | 2 +- roles/httpd/reverseproxy/templates/reversepassproxy.koji.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 13ed75dcd1..314e51b1bd 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -364,7 +364,7 @@ listen modernpaste 0.0.0.0:10055 listen koji 0.0.0.0:10056 # This needs to be massive due to koji's completeBuild with texlive (https://pagure.io/koji/issue/259) - timeout server 2h + timeout server 3h balance hdr(appserver) server koji01 koji01:80 check inter 10s rise 1 fall 2 option httpchk GET / diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.koji.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.koji.conf index 0458c8a4b0..9fc975a753 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.koji.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.koji.conf @@ -1,8 +1,8 @@ ProxyPreserveHost On # This needs to be massive due to koji's completeBuild with texlive (https://pagure.io/koji/issue/259) -ProxyTimeout 7200 -TimeOut 7200 +ProxyTimeout 10800 +TimeOut 10800 ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}} ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}