Skip to content

Commit

Permalink
fix unit test poll
Browse files Browse the repository at this point in the history
  • Loading branch information
jj22ee committed Oct 4, 2024
1 parent b6c2d6e commit 6ce6142
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ void defaultInitialSampler() {
void parentBasedXraySamplerAfterDefaultSampler() {
try (AwsXrayRemoteSampler sampler = AwsXrayRemoteSampler.newBuilder(Resource.empty()).build()) {
await()
.pollDelay(Duration.ofMillis(10))
.untilAsserted(
() -> {
assertThat(sampler.getDescription())
Expand Down

0 comments on commit 6ce6142

Please sign in to comment.