We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031315f commit 834afbaCopy full SHA for 834afba
tests/llama_stack/utils.py
@@ -50,7 +50,7 @@ def create_llama_stack_distribution(
50
yield llama_stack_distribution
51
52
53
-@retry(wait_timeout=Timeout.TIMEOUT_1MIN, sleep=5)
+@retry(wait_timeout=Timeout.TIMEOUT_2MIN, sleep=5)
54
def wait_for_llama_stack_client_ready(client: LlamaStackClient) -> bool:
55
try:
56
client.inspect.health()
0 commit comments