mirror of https://github.com/openssl/openssl.git
80-test_cmp_http_data/Mock/test.cnf: further relax total_timeout as workaround for heavily loaded test systems
Fixes #26577
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26584)
(cherry picked from commit 12baad7ed4)
This commit is contained in:
parent
433082c32f
commit
fe301b4fb2
|
|
@ -1,7 +1,7 @@
|
|||
[default]
|
||||
batch = 1 # do not use stdin
|
||||
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
|
||||
total_timeout = 120 # is used to prevent, e.g., infinite polling due to error;
|
||||
# should now really be enough to cover delays caused by the underlying system
|
||||
trusted = trusted.crt
|
||||
newkey = new.key
|
||||
newkeypass =
|
||||
|
|
|
|||
Loading…
Reference in New Issue