From c4058a9bdff4f33042b2861b34f2e00ae24fadb7 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Wed, 29 Jan 2025 08:18:40 +0100 Subject: [PATCH] 80-test_cmp_http_data/Mock/test.cnf: further relax total_timeout as workaround for heavily loaded test systems MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes #26577 Reviewed-by: Bernd Edlinger Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/26584) (cherry picked from commit 12baad7ed47fce8977929cec4eafa0912bab8756) --- test/recipes/80-test_cmp_http_data/Mock/test.cnf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/recipes/80-test_cmp_http_data/Mock/test.cnf b/test/recipes/80-test_cmp_http_data/Mock/test.cnf index 4fbffb69810..3276001fec2 100644 --- a/test/recipes/80-test_cmp_http_data/Mock/test.cnf +++ b/test/recipes/80-test_cmp_http_data/Mock/test.cnf @@ -1,7 +1,7 @@ [default] batch = 1 # do not use stdin -total_timeout = 20 # is used to prevent, e.g., infinite polling due to error; -# should hopefully be enough to cover delays caused by the underlying system +total_timeout = 120 # is used to prevent, e.g., infinite polling due to error; +# should now really be enough to cover delays caused by the underlying system trusted = trusted.crt newkey = new.key newkeypass = -- 2.47.2