fix: llama stack run starter in conda

# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-07-08 23:57:02 -07:00
parent 84fa83b788
commit c35a4a884e
2 changed files with 40 additions and 34 deletions

View file

@ -197,7 +197,7 @@ def llama_stack_client(request, provider_data):
server_process = start_llama_stack_server(config_name)
# Wait for server to be ready
if not wait_for_server_ready(base_url, timeout=30, process=server_process):
if not wait_for_server_ready(base_url, timeout=120, process=server_process):
print("Server failed to start within timeout")
server_process.terminate()
raise RuntimeError(