summaryrefslogtreecommitdiffstats
path: root/Python/errors.c
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2024-06-04 18:59:23 (GMT)
committerGitHub <noreply@github.com>2024-06-04 18:59:23 (GMT)
commit710cbea6604d27c7d59ae4953bf522b997a82cc7 (patch)
tree2e1ecc88eda0328dc3f7803050c73f9c6edee676 /Python/errors.c
parentd9095194dde27eaabfc0b86a11989cdb9a2acfe1 (diff)
downloadcpython-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