]> granicus.if.org Git - python/commit
(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)
commitbc18838972ed83f58bb192388df9e2d989378c54
treef351d39b4131c1fbdc3b707f417a4e395b584c94
parente73d49d3282bd4d87ddac6599778229f25c69a6b
parent5702ae6f3f3884339be54f92ce26503373543cae
(merge 3.2) 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.