server: tests: fix server timeout
This commit is contained in:
parent
a80533e276
commit
8abf8d3a08
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue