]> granicus.if.org Git - python/commit
Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 14 Jul 2011 12:53:24 +0000 (14:53 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 14 Jul 2011 12:53:24 +0000 (14:53 +0200)
commit5702ae6f3f3884339be54f92ce26503373543cae
treeb564670494b8285b290e7f5bb9bad91c2f3c65e1
parent7ebb7061339f242b9ffd9fd8a7ad1f172d341666
Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20

test_shutdown() may fail on very slow buildbots like FreeBSD 6.4 just because
of the arbitrary timeout.
Lib/test/test_socketserver.py