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 78e4a6d commit 9a9fba8Copy full SHA for 9a9fba8
Lib/test/test_asyncio/utils.py
@@ -37,9 +37,9 @@
37
38
39
# Use the maximum known clock resolution (gh-75191, gh-110088): Windows
40
-# GetTickCount64() has a resolution of 15.6 ms. Use 20 ms to tolerate rounding
+# GetTickCount64() has a resolution of 15.6 ms. Use 50 ms to tolerate rounding
41
# issues.
42
-CLOCK_RES = 0.020
+CLOCK_RES = 0.050
43
44
45
def data_file(*filename):
0 commit comments