Skip to content

Commit fbb5e78

Browse files
committed
double windows sleep for syntax_async
1 parent cfc2e3e commit fbb5e78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)