Skip to content

Commit d489a62

Browse files
committed
fix tests
1 parent b6908b5 commit d489a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/_topic_common/common_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ async def test_task_name_on_asyncio_task(self):
8181
loop = asyncio.get_running_loop()
8282

8383
async def some_async_task():
84-
await asyncio.sleep(0)
84+
await asyncio.sleep(1)
8585
return 1
8686

8787
asyncio_task = loop.create_task(some_async_task())

0 commit comments

Comments
 (0)