]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110697: Use CLOCK_RES in test_os.TimerfdTests (#111529)
authorVictor Stinner <vstinner@python.org>
Mon, 30 Oct 2023 22:47:59 +0000 (23:47 +0100)
committerGitHub <noreply@github.com>
Mon, 30 Oct 2023 22:47:59 +0000 (22:47 +0000)
commit7b153d14ef2e446986148ce7833a00bee26208f1
treeb39422e17ffd7428237d5a43047bec50bf212800
parent801741ff8155623fe6483971e68f30ff654323bc
gh-110697: Use CLOCK_RES in test_os.TimerfdTests (#111529)

More TimerfdTests tests tolerate a difference of 1 ms in measured
elapsed time.
Lib/test/test_os.py