From: Dr. David von Oheimb Date: Wed, 7 Feb 2024 07:53:17 +0000 (+0100) Subject: test_cmp_http: decrease risk of timeouts due to delays caused by the underlying syste... X-Git-Tag: openssl-3.3.0-alpha1~100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09693750601e39574ca7ea335faacfb23bc7282b;p=thirdparty%2Fopenssl.git 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) --- 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 =