Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alex2211-put committed Sep 26, 2024
1 parent b6908b5 commit d489a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/_topic_common/common_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async def test_task_name_on_asyncio_task(self):
loop = asyncio.get_running_loop()

async def some_async_task():
await asyncio.sleep(0)
await asyncio.sleep(1)
return 1

asyncio_task = loop.create_task(some_async_task())
Expand Down

0 comments on commit d489a62

Please sign in to comment.