server : increase timeout

This commit is contained in:
Georgi Gerganov 2024-05-19 18:48:17 +03:00
parent f159c9d2b1
commit 189963283c
No known key found for this signature in database
GPG key ID: BF970631944C16B7

View file

@ -199,7 +199,7 @@ async def step_wait_for_the_server_to_be_started(context, expecting_status):
case 'ready' | 'idle':
await wait_for_health_status(context, context.base_url, 200, 'ok',
timeout=10,
timeout=30,
params={'fail_on_no_slot': 0, 'include_slots': 0},
slots_idle=context.n_slots,
slots_processing=0,