Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6924d76

Browse filesBrowse files
committed
double windows sleep for syntax_async
1 parent 32909b1 commit 6924d76
Copy full SHA for 6924d76

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎extra_tests/snippets/syntax_async.py

Copy file name to clipboardExpand all lines: extra_tests/snippets/syntax_async.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async def __anext__(self):
3434

3535

3636
if sys.platform.startswith("win"):
37-
SLEEP_UNIT = 0.5
37+
SLEEP_UNIT = 1.0
3838
else:
3939
SLEEP_UNIT = 0.1
4040

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.