]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143528: Fix test_time.test_thread_time() (#143558)
authorVictor Stinner <vstinner@python.org>
Thu, 8 Jan 2026 13:05:57 +0000 (14:05 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Jan 2026 13:05:57 +0000 (14:05 +0100)
commitefaa56f73cb1dc4863894444425e753afb7b997c
tree9ed24daa45a957fc6c47b6572e3b6375388856e4
parentf3e069a7ab8b0594508c998da88937e3aab46451
gh-143528: Fix test_time.test_thread_time() (#143558)

Tolerate 100 ms instead of 20 ms to support slow CIs.
Lib/test/test_time.py