diff --git a/test/realtime/monitoring/prom_ex/plugins/tenants_test.exs b/test/realtime/monitoring/prom_ex/plugins/tenants_test.exs index 4ebd99388..f747daac2 100644 --- a/test/realtime/monitoring/prom_ex/plugins/tenants_test.exs +++ b/test/realtime/monitoring/prom_ex/plugins/tenants_test.exs @@ -10,7 +10,7 @@ defmodule Realtime.PromEx.Plugins.TenantsTest do use PromEx, otp_app: :realtime_test_tenants @impl true def plugins do - [{Tenants, poll_rate: 100}] + [{Tenants, poll_rate: 50}] end end