Skip to content

Commit

Permalink
ansible-scylla-node: Adjust timeout for 'wait for the cluster to beco…
Browse files Browse the repository at this point in the history
…me healthy' task
  • Loading branch information
igorribeiroduarte authored and vladzcloudius committed Mar 15, 2024
1 parent 34231a5 commit 34f0e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible-scylla-node/tasks/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
nodetool status|grep -E '^UN|^UJ|^DN'|wc -l
register: node_count
until: node_count.stdout|int == ansible_play_batch|length
retries: 300
retries: "{{ scylla_bootstrap_wait_time_sec|int }}"
delay: 1
when: full_inventory|bool

Expand Down

0 comments on commit 34f0e15

Please sign in to comment.