commit | 7a556846d40021de1102852b9fedc5e1ca808de9 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Jan 27 17:33:01 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Jan 27 17:33:01 2012 +0100 |
tree | 572f6ef0d577bf5bdb3dfad4a3aaa9beee2be689 | |
parent | 78028b0589597365f354c0b183a1cf9d294e0237 [diff] [blame] |
Fix intermittent test_ssl failure.
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index e64d1b2..97552e8 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py
@@ -562,6 +562,7 @@ + str(connaddr) + '\n') handler = self.ConnectionHandler(self, newconn) handler.start() + handler.join() except socket.timeout: pass except KeyboardInterrupt: