]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test_thread uses support.sleeping_retry() (#93849)
authorVictor Stinner <vstinner@python.org>
Wed, 15 Jun 2022 11:52:13 +0000 (13:52 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Jun 2022 11:52:13 +0000 (13:52 +0200)
commitbddbd80cff950b16712ae9e72eeba2a0f26c65e0
tree360ff06275222e2408c16e9131a715a0745fa4d4
parentd31834688bccb41fc136f780db83ffa12bef8cbd
test_thread uses support.sleeping_retry() (#93849)

test_thread.test_count() now fails if it takes longer than
LONG_TIMEOUT seconds.
Lib/test/test_thread.py