]> 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)
commitb30ac940db4ef062ea708d1e60a59931e2514a6f
treecea75c22ae9ec28f46aedf1d9b1b062755d04aa3
parentcec795d63905fc1ca64430234bc61ddf0c981f5a
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