Skip to content

Commit

Permalink
increase timeout for tests - to tolerate high loads (#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger authored Dec 16, 2024
1 parent 6cf3b19 commit d06d470
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private static void assertCustomizer(
}

await()
.atMost(Duration.ofSeconds(1))
.atMost(Duration.ofSeconds(10))
.untilAsserted(
() -> {
assertThat(spanExporter.getFinishedSpanItems())
Expand Down

0 comments on commit d06d470

Please sign in to comment.