From 8abf8d3a08e683a9e63b12621fb1ddc37c783dd1 Mon Sep 17 00:00:00 2001 From: Pierrick HYMBERT Date: Sat, 2 Mar 2024 15:51:27 +0100 Subject: [PATCH] server: tests: fix server timeout --- examples/server/tests/features/steps/steps.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/server/tests/features/steps/steps.py b/examples/server/tests/features/steps/steps.py index 29e8caee2..f73dc9a56 100644 --- a/examples/server/tests/features/steps/steps.py +++ b/examples/server/tests/features/steps/steps.py @@ -847,7 +847,6 @@ async def wait_for_health_status(context, expected_slots=None): if context.debug: print(f"Starting checking for health for expected_health_status={expected_health_status}\n") - timeout = 3 interval = 0.5 counter = 0 async with aiohttp.ClientSession() as session: