Skip to content

Commit fa5cc42

Browse files
committed
fix tests
1 parent 63abf15 commit fa5cc42

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
@@ -80,7 +80,7 @@ async def test_task_name_on_asyncio_task(self):
8080
loop = asyncio.get_running_loop()
8181

8282
async def some_async_task():
83-
await asyncio.sleep(1)
83+
await asyncio.sleep(0)
8484
return 1
8585

8686
asyncio_task = loop.create_task(some_async_task())

0 commit comments

Comments
 (0)