rpuch commented on code in PR #1604:
URL: https://github.com/apache/ignite-3/pull/1604#discussion_r1094420348


##########
modules/cli/src/integrationTest/java/org/apache/ignite/internal/cli/IntegrationTestBase.java:
##########
@@ -117,7 +117,8 @@ public class IntegrationTestBase extends 
BaseIgniteAbstractTest {
             + "        gossipInterval: 10\n"
             + "      },\n"
             + "    }\n"
-            + "  }\n"
+            + "  },"
+            + "  cluster.failoverTimeout: 0\n"

Review Comment:
   This is for tests that wait for a node to be expelled from the logical 
topology. We don't want to wait for 30 seconds per such test. Do you suggest to 
set a non-zero value, like 1 second?



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