Skip to content

Commit

Permalink
refactor: increasing maxattempts to wait for metadata in entries to p…
Browse files Browse the repository at this point in the history
…opulate before trace and labels properties asserts (#3638)
  • Loading branch information
pattishin committed Mar 8, 2024
1 parent ea12b75 commit 39aed24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/logging-manual/test/system.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ describe('Logging', () => {
// Concurrency is supporting by distinctly named service deployment per test run.
let entries;
let attempt = 0;
const maxAttempts = 10;
const maxAttempts = 13;
// Filter by service name over the last 5 minutes
const filter = `resource.labels.service_name="${service_name}" timestamp>="${dateMinutesAgo(
new Date(),
Expand Down

0 comments on commit 39aed24

Please sign in to comment.