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())