]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-143528: Fix test_time.test_thread_time() (GH-143558) (#143560)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 8 Jan 2026 13:29:41 +0000 (14:29 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Jan 2026 13:29:41 +0000 (13:29 +0000)
commitcf0f4e6ebc64c5df3e10db2038eeaab27a3f7cc6
treef0b5d579fb038a483e16a8edc0a35be7f25f342a
parent5af09f500b18729db25110123eb83c79ece06919
[3.13] gh-143528: Fix test_time.test_thread_time() (GH-143558) (#143560)

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