gnodet commented on code in PR #2955:
URL: https://github.com/apache/cxf/pull/2955#discussion_r2944318412
##########
systests/tracing/src/test/java/org/apache/cxf/systest/brave/jaxrs/AbstractBraveTracingTest.java:
##########
@@ -265,7 +265,7 @@ public void testThatProvidedSpanIsNotClosedWhenActive()
throws MalformedURLExcep
}
// Await till flush happens, usually a second is enough
- await().atMost(Duration.ofSeconds(5L)).until(()->
TestSpanHandler.getAllSpans().size() == 4);
+ await().atMost(Duration.ofSeconds(10L)).until(()->
TestSpanHandler.getAllSpans().size() == 4);
Review Comment:
Yes, but they belong to a different PR. I merged the PRs into this one to
work around the flaky tests in CI and make PR green. The idea would be to
merge the other PRs first, then rebase this one.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]