From: Neal Norwitz Date: Wed, 2 Apr 2008 05:54:27 +0000 (+0000) Subject: Apply same patch from 3k branch to try and prevent this test from hanging X-Git-Tag: v2.6a2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0a91afa70cb9e4176d1fd05f4e9dcc26b4763c6;p=python Apply same patch from 3k branch to try and prevent this test from hanging on various platforms, most recently the Alpha Tru64. --- diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 856434f676..8f8212a8b3 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -380,6 +380,7 @@ else: except: sys.stdout.write(''.join(traceback.format_exception(*sys.exc_info()))) break + time.sleep(0.1) def server_close(self): # Again, we want this to run in a thread, so we need to override