diff options
| author | Neal Norwitz <nnorwitz@gmail.com> | 2008-04-02 05:54:27 (GMT) |
|---|---|---|
| committer | Neal Norwitz <nnorwitz@gmail.com> | 2008-04-02 05:54:27 (GMT) |
| commit | d0a91afa70cb9e4176d1fd05f4e9dcc26b4763c6 (patch) | |
| tree | 56ff16f22de3395e67a380729117270389f14baa /Lib/test/test_ssl.py | |
| parent | ab561317203121ffda9841f84572ecdab68a84d6 (diff) | |
| download | cpython-d0a91afa70cb9e4176d1fd05f4e9dcc26b4763c6.zip cpython-d0a91afa70cb9e4176d1fd05f4e9dcc26b4763c6.tar.gz cpython-d0a91afa70cb9e4176d1fd05f4e9dcc26b4763c6.tar.bz2 | |
Apply same patch from 3k branch to try and prevent this test from hanging
on various platforms, most recently the Alpha Tru64.
Diffstat (limited to 'Lib/test/test_ssl.py')
| -rw-r--r-- | Lib/test/test_ssl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 856434f..8f8212a 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 |
