]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-126112: Fix test_os.TimerfdTests: use 10 ms resolution (GH-135681) (#135705)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 Jun 2025 10:04:48 +0000 (12:04 +0200)
committerGitHub <noreply@github.com>
Thu, 19 Jun 2025 10:04:48 +0000 (10:04 +0000)
commit55a34a1d167f1379d8f3f30c322db93a548bb383
tree308fdec1acdc928d601f64a2e459a5d940f69b85
parent773ca09caa3be3e771ed241a8910ccd1581ba3e2
[3.13] gh-126112: Fix test_os.TimerfdTests: use 10 ms resolution (GH-135681) (#135705)

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