From 9fceb07f3be42998042f137e9394b215913441bc 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 --- 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 3506029797070..f98fe46137c62 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,6 @@ [default] batch = 1 # do not use stdin -total_timeout = 8 # prevent, e.g., infinite polling due to error +total_timeout = 20 # = 2 * msg_timeout (see below) - used to prevent, e.g., infinite polling due to error trusted = trusted.crt newkey = new.key newkeypass = @@ -44,7 +44,7 @@ sleep = 0 ############################# aspects [connection] -msg_timeout = 5 +msg_timeout = 10 # should be enough to hopefully cover delays caused be the underlying system but not too high as this slows down some test cases total_timeout = # reset any TLS options to default: tls_used =