]> granicus.if.org Git - python/commit
Issue #12363: increase the timeout of siginterrupt() tests
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Jul 2011 13:58:39 +0000 (15:58 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Jul 2011 13:58:39 +0000 (15:58 +0200)
commitdfde0d465071e9a261ddf02d333401f4c7ada579
tree61f030fb16a4953f0aa0d2711392d8e54b937759
parent8d64248c6951aa052e45f39cc7d982f6bbcf5a2c
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