Skip to content

Commit 8117c3e

Browse files
committed
[llm-d] toolbox: llmd_run_guidellm_benchmark: tasks/main: give plenty of time
1 parent a495d30 commit 8117c3e

File tree

1 file changed

+2
-2
lines changed
  • projects/llm-d/toolbox/llmd_run_guidellm_benchmark/tasks

1 file changed

+2
-2
lines changed

projects/llm-d/toolbox/llmd_run_guidellm_benchmark/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
oc get job "{{ llmd_run_guidellm_benchmark_name }}" -n "{{ target_namespace }}" --no-headers | awk '{print $2; print "Job duration:", $4 > "/dev/stderr"}'
6060
register: job_status_result
6161
until: job_status_result.stdout in ['Complete', 'Failed']
62-
retries: "{{ (llmd_run_guidellm_benchmark_timeout | int / 10) | round(0, 'ceil') | int }}"
63-
delay: 10
62+
retries: 900
63+
delay: 30
6464
failed_when: false
6565

6666
- name: Check final job status and fail if not completed successfully

0 commit comments

Comments
 (0)