STINNER Victor <vstin...@redhat.com> added the comment:
bpo-14314 added a timeout of 5 seconds in the test: - self.handled.wait()p + self.handled.wait(5.0) # 14314: don't wait forever commit 17160fd6d6d7850294a9a465a3e5e399e5028bb6 Author: Vinay Sajip <vinay_sa...@yahoo.co.uk> Date: Thu Mar 15 12:02:08 2012 +0000 Fixes #14314: Improved SMTP timeout handling. The timeout has been increased to 8 seconds by: commit 827f5d35e592c21e4bb82afb702c6496cf77c2ad Author: Vinay Sajip <vinay_sa...@yahoo.co.uk> Date: Tue Dec 3 11:28:55 2013 +0000 Issue #19665: Increased timeout for SMTPHandler test. I suggest to just increase the timeout to 60 seconds. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34092> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com