Skip to content

Commit 1b83584

Browse files
committed
wincheck
1 parent e06f2c2 commit 1b83584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
def _get_windows_sleep_time() -> float:
7373
"""Get adjusted sleep time for Windows systems."""
74-
return 5.0 if sys.platform == 'win32' else 2.0
74+
return 10.0 if sys.platform == 'win32' else 2.0
7575

7676

7777
class StatusResponseGenerator:

0 commit comments

Comments
 (0)