diff --git a/exporter/datasetexporter/logs_exporter_test.go b/exporter/datasetexporter/logs_exporter_test.go index 570e1cdc6fab..6a9072d50d82 100644 --- a/exporter/datasetexporter/logs_exporter_test.go +++ b/exporter/datasetexporter/logs_exporter_test.go @@ -404,7 +404,7 @@ func TestConsumeLogsShouldSucceed(t *testing.T) { DatasetURL: server.URL, APIKey: "key-lib", BufferSettings: BufferSettings{ - MaxLifetime: time.Millisecond, + MaxLifetime: 500 * time.Millisecond, GroupBy: []string{"attributes.container_id"}, RetryInitialInterval: time.Second, RetryMaxInterval: time.Minute,