server : increase timeout
This commit is contained in:
parent
f159c9d2b1
commit
189963283c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue