[issue19665] test_logging fails with SMTPHandler timeout

2013-12-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4c5fc9f08b4d by Vinay Sajip in branch '3.3': Issue #19665: Increased timeout for SMTPHandler test. http://hg.python.org/cpython/rev/4c5fc9f08b4d New changeset bfd45dc46569 by Vinay Sajip in branch 'default': Closes #19665: Merged fi from 3.3. http:/

[issue19665] test_logging fails with SMTPHandler timeout

2013-12-03 Thread Vinay Sajip
Vinay Sajip added the comment: I think the test is fragile, but I'll bump the timeout as suggested. -- nosy: +vinay.sajip ___ Python tracker ___ _

[issue19665] test_logging fails with SMTPHandler timeout

2013-11-20 Thread Mark Wolf
New submission from Mark Wolf: Similar to http://bugs.python.org/issue14644 but with Arch Linux instead of OS X. I built python according the dev guide then ran the test suite with `./python -m test -vj3 test_logging` and failed in the SMTPHandlerTest. `self.handled.is_set()` returns false aft