File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
deps/rabbitmq_management/test Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ groups() ->
3434 ]}
3535 ].
3636
37+ -define (COLLECT_INTERVAL , 500 ).
38+
3739% % -------------------------------------------------------------------
3840% % Testsuite setup/teardown.
3941% % -------------------------------------------------------------------
@@ -42,13 +44,9 @@ merge_app_env(Config) ->
4244 Config1 = rabbit_ct_helpers :merge_app_env (Config ,
4345 {rabbit , [
4446 {collect_statistics , fine },
45- <<<<<<< HEAD
46- {collect_statistics_interval , 500 }
47- =======
4847 {collect_statistics_interval ,
4948 ? COLLECT_INTERVAL },
5049 {core_metrics_gc_interval , 1000 }
51- >>>>>>> 4 d194b7411 (Tests : clustering_prop_SUITE set core_metrics_gc_interval to a very low value )
5250 ]}),
5351 rabbit_ct_helpers :merge_app_env (Config1 ,
5452 {rabbitmq_management , [
You can’t perform that action at this time.
0 commit comments