Extend timeout for TLSProxy
authorMatt Caswell <matt@openssl.org>
Tue, 16 Jan 2018 15:04:51 +0000 (15:04 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 16 Jan 2018 17:24:36 +0000 (17:24 +0000)
commitbaa5d0ed2c907ceb3890f055e73f01ef2b2353ee
treeb1c646a9b9f67a987f77d33f5c7837a929301566
parentd320e803d97fe9cef872a3eafa3359886b42a7da
Extend timeout for TLSProxy

I received this error from a TLSProxy test:

Failed to start up server (localhost,4443): Transport endpoint is not
connected

So, extend the timeout before we give up trying to connect to the server.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5088)

(cherry picked from commit 82992a4130e668c14ff66fca26170629b23c4556)
util/perl/TLSProxy/Proxy.pm