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 63abf15 commit fa5cc42Copy full SHA for fa5cc42
ydb/_topic_common/common_test.py
@@ -80,7 +80,7 @@ async def test_task_name_on_asyncio_task(self):
80
loop = asyncio.get_running_loop()
81
82
async def some_async_task():
83
- await asyncio.sleep(1)
+ await asyncio.sleep(0)
84
return 1
85
86
asyncio_task = loop.create_task(some_async_task())
0 commit comments