Skip to content

Commit

Permalink
Resolve a conflict #12671 #12672 #12676
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 6, 2024
1 parent 11d1d6b commit 4d985e2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions deps/rabbitmq_management/test/clustering_prop_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ groups() ->
]}
].

-define(COLLECT_INTERVAL, 500).

%% -------------------------------------------------------------------
%% Testsuite setup/teardown.
%% -------------------------------------------------------------------
Expand All @@ -42,13 +44,9 @@ merge_app_env(Config) ->
Config1 = rabbit_ct_helpers:merge_app_env(Config,
{rabbit, [
{collect_statistics, fine},
<<<<<<< HEAD
{collect_statistics_interval, 500}
=======
{collect_statistics_interval,
?COLLECT_INTERVAL},
{core_metrics_gc_interval, 1000}
>>>>>>> 4d194b7411 (Tests: clustering_prop_SUITE set core_metrics_gc_interval to a very low value)
]}),
rabbit_ct_helpers:merge_app_env(Config1,
{rabbitmq_management, [
Expand Down

0 comments on commit 4d985e2

Please sign in to comment.