File tree 1 file changed +2
-4
lines changed
deps/rabbitmq_management/test
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ groups() ->
34
34
]}
35
35
].
36
36
37
+ -define (COLLECT_INTERVAL , 500 ).
38
+
37
39
% % -------------------------------------------------------------------
38
40
% % Testsuite setup/teardown.
39
41
% % -------------------------------------------------------------------
@@ -42,13 +44,9 @@ merge_app_env(Config) ->
42
44
Config1 = rabbit_ct_helpers :merge_app_env (Config ,
43
45
{rabbit , [
44
46
{collect_statistics , fine },
45
- <<<<<<< HEAD
46
- {collect_statistics_interval , 500 }
47
- =======
48
47
{collect_statistics_interval ,
49
48
? COLLECT_INTERVAL },
50
49
{core_metrics_gc_interval , 1000 }
51
- >>>>>>> 4 d194b7411 (Tests : clustering_prop_SUITE set core_metrics_gc_interval to a very low value )
52
50
]}),
53
51
rabbit_ct_helpers :merge_app_env (Config1 ,
54
52
{rabbitmq_management , [
You can’t perform that action at this time.
0 commit comments