Skip to content

Commit 314671d

Browse files
committed
gpu_operator_enable_time_sharing: give more time for the labels to appear
can timeout otherwise
1 parent 2c79d30 commit 314671d

File tree

1 file changed

+1
-1
lines changed
  • roles/gpu_operator/gpu_operator_enable_time_sharing/tasks

1 file changed

+1
-1
lines changed

roles/gpu_operator/gpu_operator_enable_time_sharing/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
| grep -v "==" || true
4949
register: daemonsets_not_ready
5050
until: not daemonsets_not_ready.stdout
51-
retries: 30
51+
retries: 60
5252
delay: 10
5353
failed_when: daemonsets_not_ready.stdout | length > 0
5454

0 commit comments

Comments
 (0)