Commit 0c2cd95c authored by Gregory P. Smith's avatar Gregory P. Smith

Use the host the author likely meant in the first place. pop.gmail.com is

reliable.  gmail.org is someones personal domain.
parent f8504523
......@@ -41,10 +41,7 @@ class ConnectedTests(unittest.TestCase):
# A service which issues a welcome banner (without need to write
# anything).
# XXX ("gmail.org", 995) has been unreliable so far, from time to
# 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
ADDR = "pop.gmail.com", 995
s = socket.socket()
s.settimeout(30.0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment