Wait longer for the server in TLSProxy to start
authorMatt Caswell <matt@openssl.org>
Wed, 31 May 2017 09:27:32 +0000 (10:27 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 31 May 2017 10:32:50 +0000 (11:32 +0100)
commit1bbbc5731afa4751597ce42a7410c77ff4fbe306
tree32395ae10026ca861771d470b4db58431936a9dd
parentaaa3c7ce4792e5c562e56d8202de196e430d9654
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: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3587)
(cherry picked from commit 142463c9375efdcdaa4c504f6aaf5bfd61d5ba99)
util/TLSProxy/Proxy.pm