Lowered number of alert groups

Signed-off-by: Marco Pracucci <marco@pracucci.com>
This commit is contained in:
Marco Pracucci 2021-05-11 16:15:46 +02:00
parent 1ad22c808f
commit f84af78693
No known key found for this signature in database
GPG Key ID: 74C1BD403D2DF9B5
1 changed files with 1 additions and 1 deletions

View File

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