Skip to content

Commit b6fb5c4

Browse files
committed
Increase sleep on async relational query test
1 parent 1d3d095 commit b6fb5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_app/components.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ async def async_get_or_create_relational_parent():
223223
async def async_get_relational_parent_query():
224224
# Sleep to avoid race conditions in the test
225225
# Also serves as a good way of testing whether things are truly async
226-
await asyncio.sleep(2)
226+
await asyncio.sleep(3)
227227
return await async_get_or_create_relational_parent()
228228

229229

0 commit comments

Comments
 (0)