aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. David von Oheimb <dev@ddvo.net>2024-02-07 08:53:17 +0100
committerDr. David von Oheimb <dev@ddvo.net>2024-02-13 11:31:59 +0100
commit09693750601e39574ca7ea335faacfb23bc7282b (patch)
tree3953fe87f286702cfb7d1e959b9bf8d58191eedb
parentace3afa087bc52d9613fd0dcd2dae758d43bde2c (diff)
downloadopenssl-09693750601e39574ca7ea335faacfb23bc7282b.tar.gz
test_cmp_http: decrease risk of timeouts due to delays caused by the underlying system running tests
Fixes #22870 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://github.com/openssl/openssl/pull/23502)
-rw-r--r--test/recipes/80-test_cmp_http_data/Mock/test.cnf4
1 files 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 3506029797..50ad8c5177 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 =