Skip to content

Commit

Permalink
Raise TestStreamLogsToLogger log sending delay (#3943)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleiade authored Sep 11, 2024
1 parent 999a614 commit 4dc9d97
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(5 * time.Millisecond)
time.Sleep(25 * time.Millisecond)
cancel()
})

Expand Down

0 comments on commit 4dc9d97

Please sign in to comment.