Skip to content

Commit

Permalink
gpu_operator_enable_time_sharing: give more time for the labels to ap…
Browse files Browse the repository at this point in the history
…pear

can timeout otherwise
  • Loading branch information
kpouget committed Nov 9, 2023
1 parent 2c79d30 commit 1808f3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
| grep -v "==" || true
register: daemonsets_not_ready
until: not daemonsets_not_ready.stdout
retries: 30
retries: 60
delay: 10
failed_when: daemonsets_not_ready.stdout | length > 0

Expand Down

0 comments on commit 1808f3f

Please sign in to comment.