summaryrefslogtreecommitdiff
path: root/Lib/test/test_imaplib.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2019-12-10 20:32:59 +0100
committerGitHub <noreply@github.com>2019-12-10 20:32:59 +0100
commit07871b256c76ca561554d1f82b430fc64a5c7ee0 (patch)
tree2870562d7cf2df7448eb5a16aedb00f2ec3f34ee /Lib/test/test_imaplib.py
parent680068c28896baba36fa7361976e07bb0f588561 (diff)
downloadcpython-git-07871b256c76ca561554d1f82b430fc64a5c7ee0.tar.gz
bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)
Replace hardcoded timeout constants in tests with LOOPBACK_TIMEOUT of test.support, so it's easier to ajdust this timeout for all tests at once.
Diffstat (limited to 'Lib/test/test_imaplib.py')
-rw-r--r--Lib/test/test_imaplib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_imaplib.py b/Lib/test/test_imaplib.py
index 03cffbe39c..846392ebcb 100644
--- a/Lib/test/test_imaplib.py
+++ b/Lib/test/test_imaplib.py
@@ -109,7 +109,7 @@ else:
class SimpleIMAPHandler(socketserver.StreamRequestHandler):
- timeout = 1
+ timeout = support.LOOPBACK_TIMEOUT
continuation = None
capabilities = ''