diff --git a/test/container/hub/kojiweb.conf b/test/container/hub/kojiweb.conf index a71a738..4d3cbd7 100644 --- a/test/container/hub/kojiweb.conf +++ b/test/container/hub/kojiweb.conf @@ -7,6 +7,9 @@ Alias /koji "/usr/share/koji-web/scripts/wsgi_publisher.py" WSGIDaemonProcess koji lang=C.UTF-8 WSGIProcessGroup koji +# CGImport tends to be slow, let's give the request more time than the default 60 seconds +TimeOut 300 + Options ExecCGI SetHandler wsgi-script