diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-06-04 20:18:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-04 20:18:33 (GMT) |
commit | a9e807fe44f581ae39f2fcc7a62c547f2f2eb6f2 (patch) | |
tree | 3785f0e5080dff886efb4329fb195d6aa1e42a2a /Lib/_aix_support.py | |
parent | 327a36a4f98466e734bf3b10994290fceab8fdd2 (diff) | |
download | cpython-a9e807fe44f581ae39f2fcc7a62c547f2f2eb6f2.zip cpython-a9e807fe44f581ae39f2fcc7a62c547f2f2eb6f2.tar.gz cpython-a9e807fe44f581ae39f2fcc7a62c547f2f2eb6f2.tar.bz2 |
[3.13] gh-120048: Make `test_imaplib` faster (GH-120050) (#120069)
The `test_imaplib` was taking 40+ minutes in the refleak build bots because
the tests waiting on a client `self._setup()` was creating a client that
prevented progress until its connection timed out, which scaled with the
global timeout.
We should set `connect=False` for the tests that don't want `_setup()` to
create a client.
(cherry picked from commit 710cbea6604d27c7d59ae4953bf522b997a82cc7)
Co-authored-by: Sam Gross <colesbury@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Lib/_aix_support.py')
0 files changed, 0 insertions, 0 deletions