]> granicus.if.org Git - python/commit
Changes the remote address used for tests in TimeoutTestCase from google.com to
authorBrett Cannon <bcannon@gmail.com>
Fri, 6 Aug 2004 04:30:46 +0000 (04:30 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 6 Aug 2004 04:30:46 +0000 (04:30 +0000)
commitd09d9664e6a0cde5e0c7a0234ef837e11df757f1
treefe130442e985ec814a00657e6e06028afe3c0d8a
parent3f5c654deb15917b5868c8611894b1f962e7a005
Changes the remote address used for tests in TimeoutTestCase from google.com to
python.org .  This way the delay should be great enough for
testConnectTimeout() to pass even when one has a really fast Net connection
that allows connections faster than .001 seconds.
Lib/test/test_timeout.py