server: tests: fix server timeout

This commit is contained in:
Pierrick HYMBERT 2024-03-02 15:51:27 +01:00
parent a80533e276
commit 8abf8d3a08

View file

@ -847,7 +847,6 @@ async def wait_for_health_status(context,
expected_slots=None): expected_slots=None):
if context.debug: if context.debug:
print(f"Starting checking for health for expected_health_status={expected_health_status}\n") print(f"Starting checking for health for expected_health_status={expected_health_status}\n")
timeout = 3
interval = 0.5 interval = 0.5
counter = 0 counter = 0
async with aiohttp.ClientSession() as session: async with aiohttp.ClientSession() as session: