From: Antoine Pitrou Date: Fri, 27 Jan 2012 16:33:01 +0000 (+0100) Subject: Fix intermittent test_ssl failure. X-Git-Tag: v3.2.3rc1~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eced82ecbfa8a1e381ee1bf40310968c10fd85dc;p=thirdparty%2FPython%2Fcpython.git Fix intermittent test_ssl failure. --- diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index c6c26bcee3af..bde42888e330 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -911,6 +911,7 @@ else: + repr(connaddr) + '\n') handler = self.ConnectionHandler(self, newconn, connaddr) handler.start() + handler.join() except socket.timeout: pass except KeyboardInterrupt: