diff options
author | Sam Gross <colesbury@gmail.com> | 2024-06-04 18:59:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-04 18:59:23 (GMT) |
commit | 710cbea6604d27c7d59ae4953bf522b997a82cc7 (patch) | |
tree | 2e1ecc88eda0328dc3f7803050c73f9c6edee676 /Python/errors.c | |
parent | d9095194dde27eaabfc0b86a11989cdb9a2acfe1 (diff) | |
download | cpython-710cbea6604d27c7d59ae4953bf522b997a82cc7.zip cpython-710cbea6604d27c7d59ae4953bf522b997a82cc7.tar.gz cpython-710cbea6604d27c7d59ae4953bf522b997a82cc7.tar.bz2 |
gh-120048: Make `test_imaplib` faster (#120050)
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.
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions