mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-16 10:37:09 +00:00
Lowered number of alert groups
Signed-off-by: Marco Pracucci <marco@pracucci.com>
This commit is contained in:
parent
1ad22c808f
commit
f84af78693
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user