]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(merge 3.2) Issue #12363: increase the timeout of siginterrupt() tests
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Jul 2011 13:59:54 +0000 (15:59 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Jul 2011 13:59:54 +0000 (15:59 +0200)
commit19e5bcdd9c0570bb986225ab0a86379828bfa9eb
tree16e6611ebe16470ebcae3e93044966883588a63d
parent77c7218e3701a55e9412eee37c84eb4249bf8de2
parentdfde0d465071e9a261ddf02d333401f4c7ada579
(merge 3.2) Issue #12363: increase the timeout of siginterrupt() tests

Move also the "ready" trigger after the installation of the signal handler and
the call to siginterrupt().

Use a timeout of 5 seconds instead of 3. Two seconds are supposed to be enough,
but some of our buildbots are really slow (especially the FreeBSD 6 VM).
Lib/test/test_signal.py