ascherbakoff commented on a change in pull request #501:
URL: https://github.com/apache/ignite-3/pull/501#discussion_r771318712
##########
File path:
modules/raft/src/integrationTest/java/org/apache/ignite/raft/jraft/core/ItNodeTest.java
##########
@@ -117,6 +117,8 @@
public class ItNodeTest {
private static final IgniteLogger LOG =
IgniteLogger.forClass(ItNodeTest.class);
+ private static final int ELECTION_TIMEOUT_MILLIS = 1000;
Review comment:
We already have
org.apache.ignite.raft.jraft.core.TestCluster#ELECTION_TIMEOUT_MILLIS for a
default value.
No need to create another.
--
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]