]> 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 c6c26bcee3af12536a568364566bc43d83d11726..bde42888e330278203a5dd082a6b83b721d717f4 100644 (file)
@@ -911,6 +911,7 @@ else:
                                          + repr(connaddr) + '\n')
                     handler = self.ConnectionHandler(self, newconn, connaddr)
                     handler.start()
+                    handler.join()
                 except socket.timeout:
                     pass
                 except KeyboardInterrupt: