]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Try to get this test to be less flaky. It was failing sometimes because
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 26 Mar 2008 04:55:51 +0000 (04:55 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 26 Mar 2008 04:55:51 +0000 (04:55 +0000)
commit85fc3c1f1c6d0d38b3367a99a9e860639d4043e9
tree2aa0664fb606f12e525f9a474d8b0f27bcd678da
parent7c29aaee88dab01530090a82c4cb17a506449aa1
Try to get this test to be less flaky.  It was failing sometimes because
the connect would succeed before the timeout occurred.  Try using an
address and port that hopefully doesn't exist to ensure we get no response.
If this doesn't work, we can use a public address close to python.org
and hopefully that address never gets taken.
Lib/test/test_timeout.py