]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-126112: Fix test_os.TimerfdTests: use 10 ms resolution (GH-135681) (#135704)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 Jun 2025 10:06:57 +0000 (12:06 +0200)
committerGitHub <noreply@github.com>
Thu, 19 Jun 2025 10:06:57 +0000 (10:06 +0000)
commit53b36e04d449b3e93b2dbad475772a110bb7d9fe
tree0b0d29de9b9878335ecc8403eba8baf4897356f9
parentaee789cf976ff10b2a77d5ba16d4326e5b621841
[3.14] gh-126112: Fix test_os.TimerfdTests: use 10 ms resolution (GH-135681) (#135704)

gh-126112: Fix test_os.TimerfdTests: use 10 ms resolution (GH-135681)

Use 10 ms for CLOCK_RES instead of 100 ms to tolerate slow buildbots.
(cherry picked from commit 5c25c884b93eb79f640c47d6dba20f11fdf0ade4)

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