]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
(merge 3.2) Issue #12250: test_socketserver uses a timeout of 60 seconds
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 14 Jul 2011 13:36:16 +0000 (15:36 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 14 Jul 2011 13:36:16 +0000 (15:36 +0200)
instead of 20

test_shutdown() may fail on very slow buildbots like FreeBSD 6.4 just because
of the arbitrary timeout.


Trivial merge