From 3ce3fb93b93d2792ce962a36dc80d6377076ccf8 Mon Sep 17 00:00:00 2001 From: Scott Lystig Fritchie Date: Wed, 17 Jun 2015 12:42:53 +0900 Subject: [PATCH] Use infinity timeout for sanity check --- test/machi_chain_manager1_converge_demo.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/machi_chain_manager1_converge_demo.erl b/test/machi_chain_manager1_converge_demo.erl index f0ff2af..da67744 100644 --- a/test/machi_chain_manager1_converge_demo.erl +++ b/test/machi_chain_manager1_converge_demo.erl @@ -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 ->