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 openssl#22870
  • Loading branch information
DDvO committed Feb 7, 2024
1 parent 66adaf2 commit 9fceb07
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,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 =
Expand Down Expand Up @@ -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 =
Expand Down

0 comments on commit 9fceb07

Please sign in to comment.