]> granicus.if.org Git - python/commitdiff
Backport 58348: use a reliable host in the test.
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 6 Oct 2007 15:55:25 +0000 (15:55 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 6 Oct 2007 15:55:25 +0000 (15:55 +0000)
Lib/test/test_socket_ssl.py

index ae6e1daaa10984eafc08ec6b2b7c6460c55445c5..c6fddf525dc9d5d52160cd06d0107fa2704f05fe 100644 (file)
@@ -52,10 +52,7 @@ def test_timeout():
 
     # A service which issues a welcome banner (without need to write
     # anything).
-    # XXX ("gmail.org", 995) has been unreliable so far, from time to time
-    # XXX non-responsive for hours on end (& across all buildbot slaves,
-    # XXX so that's not just a local thing).
-    ADDR = "gmail.org", 995
+    ADDR = "pop.gmail.com", 995
 
     s = socket.socket()
     s.settimeout(30.0)