ci: tests: increase timeout for windows
This commit is contained in:
parent
4fe431d429
commit
47a9e5d76c
1 changed files with 2 additions and 1 deletions
|
@ -153,7 +153,8 @@ def step_start_server(context):
|
|||
async def step_wait_for_the_server_to_be_started(context, expecting_status):
|
||||
match expecting_status:
|
||||
case 'healthy':
|
||||
await wait_for_health_status(context, context.base_url, 200, 'ok')
|
||||
await wait_for_health_status(context, context.base_url, 200, 'ok',
|
||||
timeout=30)
|
||||
|
||||
case 'ready' | 'idle':
|
||||
await wait_for_health_status(context, context.base_url, 200, 'ok',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue