We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3d095 commit b6fb5c4Copy full SHA for b6fb5c4
tests/test_app/components.py
@@ -223,7 +223,7 @@ async def async_get_or_create_relational_parent():
223
async def async_get_relational_parent_query():
224
# Sleep to avoid race conditions in the test
225
# Also serves as a good way of testing whether things are truly async
226
- await asyncio.sleep(2)
+ await asyncio.sleep(3)
227
return await async_get_or_create_relational_parent()
228
229
0 commit comments