STINNER Victor <vstin...@python.org> added the comment:

def testWithTimeoutTriggeredSend(self):
        conn = self.accept_conn()
        conn.recv(88192)
+        time.sleep(1)

Was it a deliberate choice to add a sleep of 1 second? If yes, can you please 
add a comment to explain why?

----------
nosy: +vstinner

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45212>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to