fix(cth-cluster): fix occasional case clauses during cluster bootup
This commit is contained in:
parent
2dd99c5a08
commit
a53524c826
|
@ -158,7 +158,7 @@ wait_clustered([Node | Nodes] = All, Check, Deadline) ->
|
||||||
nodes_not_running => NodesNotRunnging
|
nodes_not_running => NodesNotRunnging
|
||||||
}}
|
}}
|
||||||
);
|
);
|
||||||
{false, Nodes} ->
|
{false, _Nodes} ->
|
||||||
timer:sleep(100),
|
timer:sleep(100),
|
||||||
wait_clustered(All, Check, Deadline)
|
wait_clustered(All, Check, Deadline)
|
||||||
end.
|
end.
|
||||||
|
|
Loading…
Reference in New Issue