Skip to content

Commit

Permalink
[chore] [dataset/exporter]: Fix flaky windows tests (#25143)
Browse files Browse the repository at this point in the history
**Description:** There is flaky Windows test

**Link to tracking Issue:**
#25094

**Testing:** 
Before applying this change, it has failed in 1 test out of 60. So this
should pass 200 tests without failure.
  • Loading branch information
martin-majlis-s1 authored Aug 10, 2023
1 parent db67dd8 commit 0454100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/datasetexporter/logs_exporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0454100

Please sign in to comment.