diff --git a/pkg/tests/api/alerting/api_notification_channel_test.go b/pkg/tests/api/alerting/api_notification_channel_test.go index f66a0b02fd2..98c516d9891 100644 --- a/pkg/tests/api/alerting/api_notification_channel_test.go +++ b/pkg/tests/api/alerting/api_notification_channel_test.go @@ -106,7 +106,7 @@ func TestNotificationChannels(t *testing.T) { require.Eventually(t, func() bool { return mockChannel.totalNotifications() == len(alertNames) && mockChannel.matchesExpNotifications(expNotifications) - }, 25*time.Second, 1*time.Second) + }, 30*time.Second, 1*time.Second) require.NoError(t, mockChannel.Close()) }