From 09693750601e39574ca7ea335faacfb23bc7282b Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Wed, 7 Feb 2024 08:53:17 +0100 Subject: [PATCH] test_cmp_http: decrease risk of timeouts due to delays caused by the underlying system running tests Fixes #22870 Reviewed-by: Tomas Mraz Reviewed-by: Tom Cosgrove (Merged from https://github.com/openssl/openssl/pull/23502) --- 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 35060297970..50ad8c51776 100644 --- a/test/recipes/80-test_cmp_http_data/Mock/test.cnf +++ b/test/recipes/80-test_cmp_http_data/Mock/test.cnf @@ -1,6 +1,7 @@ [default] batch = 1 # do not use stdin -total_timeout = 8 # prevent, e.g., infinite polling due to error +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 trusted = trusted.crt newkey = new.key newkeypass = @@ -44,7 +45,6 @@ sleep = 0 ############################# aspects [connection] -msg_timeout = 5 total_timeout = # reset any TLS options to default: tls_used = -- 2.47.2