fix(cth-cluster): fix occasional case clauses during cluster bootup

This commit is contained in:
Andrew Mayorov 2024-05-06 18:32:02 +02:00 committed by Serge Tupchii
parent 2dd99c5a08
commit a53524c826
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ wait_clustered([Node | Nodes] = All, Check, Deadline) ->
nodes_not_running => NodesNotRunnging
}}
);
{false, Nodes} ->
{false, _Nodes} ->
timer:sleep(100),
wait_clustered(All, Check, Deadline)
end.