reta commented on code in PR #2955:
URL: https://github.com/apache/cxf/pull/2955#discussion_r2933275625


##########
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:
   @gnodet seems like another non-related changes?



-- 
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]

Reply via email to