]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-120039: Reduce expected timeout in test_siginterrupt_off (GH-120047) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Jun 2024 18:10:41 +0000 (20:10 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 18:10:41 +0000 (18:10 +0000)
commitc8c23aa86e762a005abace465ceb80e4110659c2
tree631dd996c2728c39cba33d980e02902c90203b3e
parentf98ec7574a5ee3dc5db996a5037483f57465e18d
[3.12] gh-120039: Reduce expected timeout in test_siginterrupt_off (GH-120047) (#120061)

The process is expected to time out. In the refleak builds,
`support.SHORT_TIMEOUT` is often five minutes and we run the tests six
times, so test_signal was taking >30 minutes.
(cherry picked from commit d419d468ff4aaf6bc673354d0ee41b273d09dd3f)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Lib/test/test_signal.py