]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:11:01 +0000 (20:11 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 18:11:01 +0000 (18:11 +0000)
commitfd5428d2d19f79e439d04aec7a33a00eb17bef7c
tree3dc20a58291b4353c60ec2bf21231efd48210131
parent8d74eae4d492f23f33757b05f7de2cdbe210760e
[3.13] gh-120039: Reduce expected timeout in test_siginterrupt_off (GH-120047) (#120060)

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