Skip to content

Commit 834afba

Browse files
committed
fix: increase timeout when running wait_for_llama_stack_client_ready
There are some tests that are failing there. Increasing the timemout to try to solve it Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
1 parent 031315f commit 834afba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/llama_stack/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def create_llama_stack_distribution(
5050
yield llama_stack_distribution
5151

5252

53-
@retry(wait_timeout=Timeout.TIMEOUT_1MIN, sleep=5)
53+
@retry(wait_timeout=Timeout.TIMEOUT_2MIN, sleep=5)
5454
def wait_for_llama_stack_client_ready(client: LlamaStackClient) -> bool:
5555
try:
5656
client.inspect.health()

0 commit comments

Comments
 (0)