summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_ssl.py1
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