Skip to content

Conversation

@zeitlinger
Copy link
Member

@zeitlinger zeitlinger requested a review from a team December 16, 2024 10:15

await()
.atMost(Duration.ofSeconds(1))
.atMost(Duration.ofSeconds(60))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In instrumentation repo waitAndAssertTraces uses awaitility under the hood with default timeout of 10s. While 60s does the job I probably would have started with a lower timeout, like the default 10 or maybe 20.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

…ge/processor/BaggageProcessorCustomizerTest.java
@trask trask merged commit d06d470 into open-telemetry:main Dec 16, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BaggageProcessorCustomizerTest sporadically failing

3 participants