We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6908b5 commit d489a62Copy full SHA for d489a62
ydb/_topic_common/common_test.py
@@ -81,7 +81,7 @@ async def test_task_name_on_asyncio_task(self):
81
loop = asyncio.get_running_loop()
82
83
async def some_async_task():
84
- await asyncio.sleep(0)
+ await asyncio.sleep(1)
85
return 1
86
87
asyncio_task = loop.create_task(some_async_task())
0 commit comments