This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2018-07-11.09:47:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531302453.94.0.56676864532.issue34092@psf.upfronthosting.co.za>
In-reply-to
Content
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_sajip@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_sajip@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.
History
Date User Action Args
2018-07-11 09:47:33vstinnersetrecipients: + vstinner
2018-07-11 09:47:33vstinnersetmessageid: <1531302453.94.0.56676864532.issue34092@psf.upfronthosting.co.za>
2018-07-11 09:47:33vstinnerlinkissue34092 messages
2018-07-11 09:47:33vstinnercreate