zstan commented on code in PR #12569:
URL: https://github.com/apache/ignite/pull/12569#discussion_r2741270398


##########
modules/core/src/test/java/org/apache/ignite/internal/processors/odbc/ClientSessionOutboundQueueLimitTest.java:
##########
@@ -68,7 +68,9 @@ public void testClientSessionOutboundQueueLimit() throws 
Exception {
         try (
             IgniteClient cli = Ignition.startClient(new ClientConfiguration()
                 .setAddresses("127.0.0.1:10800")
-                .setTimeout(5000) // Server will drop packets intended for the 
client. So client can hang on handshake during reconnect.
+                .setConnectionTimeout(5000) // Server will drop packets 
intended for the client.

Review Comment:
   confusing comment formatting, let`s place it like previous one = oneline ?



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