Skip to content

Commit

Permalink
test_cmp_http: decrease risk of timeouts due to delays caused by the …
Browse files Browse the repository at this point in the history
…underlying system running tests

Fixes #22870

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from #23502)

(cherry picked from commit 0969375)
  • Loading branch information
DDvO committed Feb 13, 2024
1 parent 7b4fc8e commit 9b079bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/recipes/80-test_cmp_http_data/Mock/test.cnf
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down Expand Up @@ -44,7 +45,6 @@ sleep = 0
############################# aspects

[connection]
msg_timeout = 5
total_timeout =
# reset any TLS options to default:
tls_used =
Expand Down

0 comments on commit 9b079bb

Please sign in to comment.