diff --git a/tests/http/testenv/httpd.py b/tests/http/testenv/httpd.py index f9ab554cea..d9f535dd22 100644 --- a/tests/http/testenv/httpd.py +++ b/tests/http/testenv/httpd.py @@ -310,6 +310,7 @@ class Httpd: f'LogLevel {self._get_log_level()}', 'StartServers 4', 'ReadBufferSize 16000', + 'KeepAliveTimeout 30', # CI may exceed the default of 5 sec 'H2MinWorkers 16', 'H2MaxWorkers 256', f'TypesConfig "{self._conf_dir}/mime.types',