Fix race #2
This commit is contained in:
parent
976a701e0c
commit
9d177c6b54
1 changed files with 0 additions and 1 deletions
|
@ -284,7 +284,6 @@ smoke0_test() ->
|
||||||
timer:sleep(1),
|
timer:sleep(1),
|
||||||
{ok, FLUaP} = ?FLU_PC:start_link(Pa),
|
{ok, FLUaP} = ?FLU_PC:start_link(Pa),
|
||||||
{ok, M0} = ?MGR:start_link(a, Members_Dict, [{active_mode, false}]),
|
{ok, M0} = ?MGR:start_link(a, Members_Dict, [{active_mode, false}]),
|
||||||
_SockA = machi_util:connect(Host, TcpPort),
|
|
||||||
try
|
try
|
||||||
pong = ?MGR:ping(M0)
|
pong = ?MGR:ping(M0)
|
||||||
after
|
after
|
||||||
|
|
Loading…
Reference in a new issue