ascherbakoff commented on a change in pull request #3501: ignite-7648
URL: https://github.com/apache/ignite/pull/3501#discussion_r253896337
##########
File path:
modules/core/src/test/java/org/apache/ignite/spi/communication/tcp/IgniteTcpCommunicationHandshakeWaitTest.java
##########
@@ -69,8 +69,8 @@
TcpCommunicationSpi commSpi = new TcpCommunicationSpi();
commSpi.setConnectTimeout(COMMUNICATION_TIMEOUT);
- commSpi.setMaxConnectTimeout(COMMUNICATION_TIMEOUT);
- commSpi.setReconnectCount(1);
+ commSpi.setMaxConnectTimeout(4 * COMMUNICATION_TIMEOUT);
Review comment:
Please do not change existing tests which are not related to forcible node
killing.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services