]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-124873: Tolerate 100 ms in TimerfdTests on Android (GH-127101) (#127105)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 21 Nov 2024 15:29:01 +0000 (16:29 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Nov 2024 15:29:01 +0000 (15:29 +0000)
commitc09366b1fed2289530581505834b2b262120a7c7
treef3756970fc0389a2356ff353a2a390a4b174b7e2
parent48eb5c978e6a47e9597b6bde57be13688354f3c8
[3.13] gh-124873: Tolerate 100 ms in TimerfdTests on Android (GH-127101) (#127105)

gh-124873: Tolerate 100 ms in TimerfdTests on Android (GH-127101)

On Android, TimerfdTests of test_os now uses 100 ms accuracy instead
of 10 ms.
(cherry picked from commit bab4b0462ebd782dd6965beb0ccae6341af43ceb)

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