]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34092, test_logging: increase SMTPHandlerTest timeout (GH-8245) (GH-8247)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Jul 2018 13:56:45 +0000 (06:56 -0700)
committerVictor Stinner <vstinner@redhat.com>
Wed, 11 Jul 2018 13:56:45 +0000 (15:56 +0200)
commit0a1db32949b4813e9ac04e672fcb5bc97072a428
tree79da703ec3cda354e5288e17da881e5354a09fcf
parent151820e7a0ebe50b3d4fa64e22623c5470f1c56f
bpo-34092, test_logging: increase SMTPHandlerTest timeout (GH-8245) (GH-8247)

Change test_logging.SMTPHandlerTest timeout from 8 seconds to 1
minute. The test failed randomly on the slow x86 Gentoo Refleaks 3.7
buildbot.
(cherry picked from commit 31b50b8cbfbf49d5fc17c612cf0dfaa4d0c24983)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Lib/test/test_logging.py