From: Antoine Pitrou Date: Fri, 27 Jan 2012 16:33:01 +0000 (+0100) Subject: Fix intermittent test_ssl failure. X-Git-Tag: v2.7.3rc1~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a556846d40021de1102852b9fedc5e1ca808de9;p=python Fix intermittent test_ssl failure. --- diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index e64d1b22fa..97552e8fdd 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -562,6 +562,7 @@ else: + str(connaddr) + '\n') handler = self.ConnectionHandler(self, newconn) handler.start() + handler.join() except socket.timeout: pass except KeyboardInterrupt: