From e9e427d082ea8d28095e086c91705409b7761bd4 Mon Sep 17 00:00:00 2001 From: sd109 Date: Fri, 14 Feb 2025 19:06:07 +0000 Subject: [PATCH] Bump test job time limit --- charts/azimuth-llm/templates/test/end-to-end.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/azimuth-llm/templates/test/end-to-end.yml b/charts/azimuth-llm/templates/test/end-to-end.yml index e94d4d2..5a31f5a 100644 --- a/charts/azimuth-llm/templates/test/end-to-end.yml +++ b/charts/azimuth-llm/templates/test/end-to-end.yml @@ -26,5 +26,5 @@ spec: restartPolicy: Never # Allow plenty of retries since downloading # model weights can take a long time. - backoffLimit: 10 + backoffLimit: 20 {{- end -}}