]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-143528: Fix test_time.test_thread_time() (GH-143558) (#143559)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 8 Jan 2026 13:31:18 +0000 (14:31 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Jan 2026 13:31:18 +0000 (13:31 +0000)
commitfd430f89f9f3706715a90f63fafe75490eb2de63
treede13718e0781e68a492b88442f3b6d03e425e60b
parentde53bf41682223dd3b7601c2ee67bf53bd5b4394
[3.14] gh-143528: Fix test_time.test_thread_time() (GH-143558) (#143559)

gh-143528: Fix test_time.test_thread_time() (GH-143558)

Tolerate 100 ms instead of 20 ms to support slow CIs.
(cherry picked from commit efaa56f73cb1dc4863894444425e753afb7b997c)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_time.py