Skip to content

Commit

Permalink
TestStreamLogsToLogger: increase wait time to get less flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Jan 30, 2025
1 parent a21c482 commit 204f0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudapi/logs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ func TestStreamLogsToLogger(t *testing.T) {
require.NoError(t, err)

// wait the flush on the network
time.Sleep(25 * time.Millisecond)
time.Sleep(100 * time.Millisecond)
cancel()
})

Expand Down

0 comments on commit 204f0c1

Please sign in to comment.