Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2bd66 commit bab4b04Copy full SHA for bab4b04
1 file changed
Lib/test/test_os.py
@@ -4177,9 +4177,9 @@ def test_eventfd_select(self):
4177
@support.requires_linux_version(2, 6, 30)
4178
class TimerfdTests(unittest.TestCase):
4179
# 1 ms accuracy is reliably achievable on every platform except Android
4180
- # emulators, where we allow 10 ms (gh-108277).
+ # emulators, where we allow 100 ms (gh-124873).
4181
if sys.platform == "android" and platform.android_ver().is_emulator:
4182
- CLOCK_RES_PLACES = 2
+ CLOCK_RES_PLACES = 1
4183
else:
4184
CLOCK_RES_PLACES = 3
4185
0 commit comments