increase timeout for tests - to tolerate high loads (#1607)

This commit is contained in:
Gregor Zeitlinger 2024-12-16 16:41:03 +01:00 committed by GitHub
parent 6cf3b19018
commit d06d470d06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class BaggageProcessorCustomizerTest {
}
await()
.atMost(Duration.ofSeconds(1))
.atMost(Duration.ofSeconds(10))
.untilAsserted(
() -> {
assertThat(spanExporter.getFinishedSpanItems())