]> granicus.if.org Git - python/commitdiff
Fix intermittent test_ssl failure.
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 27 Jan 2012 16:33:01 +0000 (17:33 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 27 Jan 2012 16:33:01 +0000 (17:33 +0100)
Lib/test/test_ssl.py

index e64d1b22fa535e6482a7809617a8cb9ffc4081b8..97552e8fdd6e94f6dbca4b26b497a9c91561134a 100644 (file)
@@ -562,6 +562,7 @@ else:
                                          + str(connaddr) + '\n')
                     handler = self.ConnectionHandler(self, newconn)
                     handler.start()
+                    handler.join()
                 except socket.timeout:
                     pass
                 except KeyboardInterrupt: