From f84af78693343f08bf475664c7d282dd6d55b441 Mon Sep 17 00:00:00 2001 From: Marco Pracucci Date: Tue, 11 May 2021 16:15:46 +0200 Subject: [PATCH] Lowered number of alert groups Signed-off-by: Marco Pracucci --- dispatch/dispatch_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dispatch/dispatch_test.go b/dispatch/dispatch_test.go index 7b0e94ef..45662970 100644 --- a/dispatch/dispatch_test.go +++ b/dispatch/dispatch_test.go @@ -540,7 +540,7 @@ func TestDispatcherRace(t *testing.T) { } func TestDispatcherRaceOnFirstAlertNotDeliveredWhenGroupWaitIsZero(t *testing.T) { - const numAlerts = 100000 + const numAlerts = 8000 logger := log.NewNopLogger() marker := types.NewMarker(prometheus.NewRegistry())