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 e06f2c2 commit 1b83584Copy full SHA for 1b83584
tests/unit/test_logging.py
@@ -71,7 +71,7 @@
71
72
def _get_windows_sleep_time() -> float:
73
"""Get adjusted sleep time for Windows systems."""
74
- return 5.0 if sys.platform == 'win32' else 2.0
+ return 10.0 if sys.platform == 'win32' else 2.0
75
76
77
class StatusResponseGenerator:
0 commit comments