This is quite lame, but it does reduce the likelihood of random failures here. On my machine at least :)
This commit is contained in:
parent
10404c6863
commit
74cc517eac
|
|
@ -253,7 +253,7 @@ max_hops() ->
|
|||
Q3 = bind_queue(Cottontail, <<"ring">>, <<"key">>),
|
||||
|
||||
%% Wait for federation to come up on all nodes
|
||||
timer:sleep(1000),
|
||||
timer:sleep(5000),
|
||||
|
||||
publish(Flopsy, <<"ring">>, <<"key">>, <<"HELLO flopsy">>),
|
||||
publish(Mopsy, <<"ring">>, <<"key">>, <<"HELLO mopsy">>),
|
||||
|
|
|
|||
Loading…
Reference in New Issue