increase timeout for tests - to tolerate high loads (#1607)
This commit is contained in:
parent
6cf3b19018
commit
d06d470d06
|
@ -78,7 +78,7 @@ class BaggageProcessorCustomizerTest {
|
|||
}
|
||||
|
||||
await()
|
||||
.atMost(Duration.ofSeconds(1))
|
||||
.atMost(Duration.ofSeconds(10))
|
||||
.untilAsserted(
|
||||
() -> {
|
||||
assertThat(spanExporter.getFinishedSpanItems())
|
||||
|
|
Loading…
Reference in New Issue