Skip to content

Commit d06d470

Browse files
authored
increase timeout for tests - to tolerate high loads (#1607)
1 parent 6cf3b19 commit d06d470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

baggage-processor/src/test/java/io/opentelemetry/contrib/baggage/processor/BaggageProcessorCustomizerTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private static void assertCustomizer(
7878
}
7979

8080
await()
81-
.atMost(Duration.ofSeconds(1))
81+
.atMost(Duration.ofSeconds(10))
8282
.untilAsserted(
8383
() -> {
8484
assertThat(spanExporter.getFinishedSpanItems())

0 commit comments

Comments
 (0)