提交 142463c9 编写于 作者: M Matt Caswell

Wait longer for the server in TLSProxy to start

In a recent PR (#3566) it seems that TLSProxy gave up trying to connect to
the server process too quickly. This meant the test failed even though the
server *did* eventually start. Currently we try 3 times to connect with a
0.1 second pause between each attempt. That is probably too aggressive.
Reviewed-by: NRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3587)
上级 04dec1ab
......@@ -255,7 +255,7 @@ sub clientstart
print "Connection opened\n";
# Now connect to the server
my $retry = 3;
my $retry = 10;
my $server_sock;
#We loop over this a few times because sometimes s_server can take a while
#to start up
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册