Commit 76ee2272 authored by Gregory P. Smith's avatar Gregory P. Smith

Backport 58348: use a reliable host in the test.

parent 4a08ec3d
......@@ -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)
......
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