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 d2120de commit e35c15aCopy full SHA for e35c15a
tests/utils.py
@@ -45,11 +45,11 @@
45
46
# PyPy has a performance penalty for this test suite.
47
if platform.python_implementation() == "PyPy": # pragma: no cover
48
- MS *= 5
+ MS *= 2
49
50
-# asyncio's debug mode has a 10x performance penalty for this test suite.
+# asyncio's debug mode has a performance penalty for this test suite.
51
if os.environ.get("PYTHONASYNCIODEBUG"): # pragma: no cover
52
- MS *= 10
53
54
# Ensure that timeouts are larger than the clock's resolution (for Windows).
55
MS = max(MS, 2.5 * time.get_clock_info("monotonic").resolution)
0 commit comments