eolivelli commented on code in PR #3596:
URL: https://github.com/apache/celeborn/pull/3596#discussion_r2794191933
##########
common/src/test/java/org/apache/celeborn/common/network/TransportClientFactorySuiteJ.java:
##########
@@ -241,6 +241,7 @@ public void unlimitedConnectionAndCreationTimeouts() throws
IOException, Interru
TransportServer server = ctx.createServer();
int unreachablePort = server.getPort();
JavaUtils.closeQuietly(server);
+ Thread.sleep(1000);
Review Comment:
why do we need this sleep ?
--
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]