From 7a556846d40021de1102852b9fedc5e1ca808de9 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Fri, 27 Jan 2012 17:33:01 +0100 Subject: [PATCH] Fix intermittent test_ssl failure. --- Lib/test/test_ssl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index e64d1b22fa5..97552e8fdd6 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: