test(sampler-aws-xray): increase wait in tests to 500ms#3397
Merged
trentm merged 1 commit intoopen-telemetry:mainfrom Feb 20, 2026
Merged
Conversation
trentm
approved these changes
Feb 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which problem is this PR solving?
See #3394, tests are flaky and are holding back other PRs (including releases and fixes).
This PR bumps the wait to 500ms, which should improve the stability of the test at the cost of time needed to complete. Impact on run-time of the test in CI should be minimal as we only run it once.
I have also queued up a larger change that should improve the overall reliably of the test without increasing the time needed for the test to run. #3396
Does not fully fix, but is a workaround for #3394