We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25bbc61 commit 656f73fCopy full SHA for 656f73f
deps/rabbitmq_management/test/clustering_prop_SUITE.erl
@@ -113,10 +113,11 @@ prop_connection_channel_counts(Config) ->
113
Cons = lists:foldl(fun (Op, Agg) ->
114
execute_op(Config, Op, Agg)
115
end, [], Ops),
116
- force_stats(Config),
117
%% TODO retry a few times
118
Res = retry_for(
119
- fun() -> validate_counts(Config, Cons) end,
+ fun() ->
+ force_stats(Config),
120
+ validate_counts(Config, Cons) end,
121
60),
122
cleanup(Cons),
123
rabbit_ct_helpers:await_condition(
0 commit comments