server: tests - longer inference timeout for CI
This commit is contained in:
parent
f1a98c5254
commit
8dcf10028f
1 changed files with 2 additions and 0 deletions
|
@ -699,6 +699,8 @@ async def wait_for_health_status(context,
|
|||
if context.debug:
|
||||
print(f"Starting checking for health for expected_health_status={expected_health_status}")
|
||||
timeout = 3 # seconds
|
||||
if expected_health_status == 'idle':
|
||||
timeout = 10 # CI slow inference
|
||||
interval = 0.5
|
||||
counter = 0
|
||||
async with aiohttp.ClientSession() as session:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue