Skip to content

Commit

Permalink
database_observability: fix test wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiangreco committed Dec 5, 2024
1 parent 61f2272 commit 60d3a6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ func TestQuerySampleSQLDriverErrors(t *testing.T) {

require.Eventually(t, func() bool {
return len(lokiClient.Received()) == 2
}, 5000*time.Second, 100*time.Millisecond)
}, 5*time.Second, 100*time.Millisecond)

collector.Stop()
lokiClient.Stop()
Expand Down

0 comments on commit 60d3a6e

Please sign in to comment.