Skip to content

Commit

Permalink
database_observability: fix test wait time (#2222)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiangreco authored Dec 5, 2024
1 parent 41c64a0 commit 8a70e46
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 8a70e46

Please sign in to comment.