]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120039: Reduce expected timeout in test_siginterrupt_off (#120047)
authorSam Gross <colesbury@gmail.com>
Tue, 4 Jun 2024 17:38:29 +0000 (13:38 -0400)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 17:38:29 +0000 (17:38 +0000)
commitd419d468ff4aaf6bc673354d0ee41b273d09dd3f
tree427565b098f5be88d79d4c4d8283cb0dc2c1e2d6
parentbf8e5e53d0c359a1f9c285d855e7a5e9b6d91375
gh-120039: Reduce expected timeout in test_siginterrupt_off (#120047)

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.
Lib/test/test_signal.py