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 1b10ca1 commit c9eefaeCopy full SHA for c9eefae
tests/utils.py
@@ -23,7 +23,7 @@
23
24
# Unit for timeouts. May be increased on slow machines by setting the
25
# WEBSOCKETS_TESTS_TIMEOUT_FACTOR environment variable.
26
-MS = 0.001 * int(os.environ.get("WEBSOCKETS_TESTS_TIMEOUT_FACTOR", "1"))
+MS = 0.001 * float(os.environ.get("WEBSOCKETS_TESTS_TIMEOUT_FACTOR", "1"))
27
28
# PyPy has a performance penalty for this test suite.
29
if platform.python_implementation() == "PyPy": # pragma: no cover
0 commit comments