X Tutup
Skip to content

Commit 6924d76

Browse files
committed
double windows sleep for syntax_async
1 parent 32909b1 commit 6924d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra_tests/snippets/syntax_async.py

Lines 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)
X Tutup