summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2007-10-06 15:47:37 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2007-10-06 15:47:37 (GMT)
commit71e4fb587787fc4d0975e69465f28a31628d7379 (patch)
tree603d7a44e0a24bc307c61bfce981595a4504a53f /Lib
parent1475cd876190ccad16e47600958b226bfd788332 (diff)
downloadcpython-71e4fb587787fc4d0975e69465f28a31628d7379.zip
cpython-71e4fb587787fc4d0975e69465f28a31628d7379.tar.gz
cpython-71e4fb587787fc4d0975e69465f28a31628d7379.tar.bz2
Use the host the author likely meant in the first place. pop.gmail.com is
reliable. gmail.org is someones personal domain.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_socket_ssl.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/Lib/test/test_socket_ssl.py b/Lib/test/test_socket_ssl.py
index 0d9dd7a..59ad8c7 100644
--- a/Lib/test/test_socket_ssl.py
+++ b/Lib/test/test_socket_ssl.py
@@ -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)