commit | eced82ecbfa8a1e381ee1bf40310968c10fd85dc | [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 | d348b4b9f2c9d574b32970fecb33bfacd0e853a4 | |
parent | 871b9d169d839706492d861a20ce5d1018beebd9 [diff] [blame] |
Fix intermittent test_ssl failure.
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index c6c26bc..bde4288 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py
@@ -911,6 +911,7 @@ + repr(connaddr) + '\n') handler = self.ConnectionHandler(self, newconn, connaddr) handler.start() + handler.join() except socket.timeout: pass except KeyboardInterrupt: