]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126112: Fix test_os.TimerfdTests: use 10 ms resolution (#135681)
authorVictor Stinner <vstinner@python.org>
Thu, 19 Jun 2025 09:40:40 +0000 (11:40 +0200)
committerGitHub <noreply@github.com>
Thu, 19 Jun 2025 09:40:40 +0000 (11:40 +0200)
commit5c25c884b93eb79f640c47d6dba20f11fdf0ade4
tree5595578886418428c3c511650d2a362b6e6bb8b1
parent7a20c72cb612653fa46c41c3a969aefa2b52738b
gh-126112: Fix test_os.TimerfdTests: use 10 ms resolution (#135681)

Use 10 ms for CLOCK_RES instead of 100 ms to tolerate slow buildbots.
Lib/test/test_os.py