mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Use the host the author likely meant in the first place. pop.gmail.com is
reliable. gmail.org is someones personal domain.
This commit is contained in:
parent
1475cd8761
commit
71e4fb5877
1 changed files with 1 additions and 4 deletions
|
@ -41,10 +41,7 @@ class ConnectedTests(unittest.TestCase):
|
||||||
|
|
||||||
# A service which issues a welcome banner (without need to write
|
# A service which issues a welcome banner (without need to write
|
||||||
# anything).
|
# anything).
|
||||||
# XXX ("gmail.org", 995) has been unreliable so far, from time to
|
ADDR = "pop.gmail.com", 995
|
||||||
# XXX time non-responsive for hours on end (& across all buildbot
|
|
||||||
# XXX slaves, so that's not just a local thing).
|
|
||||||
ADDR = "gmail.org", 995
|
|
||||||
|
|
||||||
s = socket.socket()
|
s = socket.socket()
|
||||||
s.settimeout(30.0)
|
s.settimeout(30.0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue