]> granicus.if.org Git - python/commitdiff
use a reliable host
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 9 Oct 2007 18:35:13 +0000 (18:35 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 9 Oct 2007 18:35:13 +0000 (18:35 +0000)
Lib/test/test_socket_ssl.py

index 25538697ec1c5f4ac4c4af575d74eea778eeba55..00701750d17ad5e417a4bda46633d03dfcb61a34 100644 (file)
@@ -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)