Use infinity timeout for sanity check

This commit is contained in:
Scott Lystig Fritchie 2015-06-17 12:42:53 +09:00
parent e7e5ab6f87
commit 3ce3fb93b9

View file

@ -237,8 +237,8 @@ convergence_demo_testfun(NumFLUs) ->
io:format(user, "\nSweet, private projections are stable\n", []),
io:format(user, "Rolling sanity check ... ", []),
PrivProjs = [{Name, begin
{ok, Ps8} = ?FLU_PC:get_all_projections(FLU,
private),
{ok, Ps8} = ?FLU_PC:get_all_projections(FLU, private,
infinity),
Ps9 = if length(Ps8) < 5*1000 ->
Ps8;
true ->