Fix thresholds unit test by extending snooze

This commit is contained in:
ionutboangiu
2024-12-04 13:36:51 +02:00
committed by Dan Christian Bogos
parent 6ec0cfb4bc
commit 9db1fac75f

View File

@@ -871,7 +871,7 @@ func TestThSProcessEventMaxHits(t *testing.T) {
func TestThresholdsProcessEvent3(t *testing.T) {
to := Threshold{
Snooze: time.Date(
2024, 11, 17, 20, 34, 58, 651387237, time.UTC),
2030, 11, 17, 20, 34, 58, 651387237, time.UTC),
}
err := to.ProcessEvent(nil, nil)