Skip to content

Commit 72108cd

Browse files
committed
server : increase timeout
1 parent 3aca93c commit 72108cd

File tree

1 file changed

+1
-1
lines changed
  • examples/server/tests/features/steps

1 file changed

+1
-1
lines changed

examples/server/tests/features/steps/steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ async def step_wait_for_the_server_to_be_started(context, expecting_status):
199199

200200
case 'ready' | 'idle':
201201
await wait_for_health_status(context, context.base_url, 200, 'ok',
202-
timeout=10,
202+
timeout=30,
203203
params={'fail_on_no_slot': 0, 'include_slots': 0},
204204
slots_idle=context.n_slots,
205205
slots_processing=0,

0 commit comments

Comments
 (0)