sk0x50 commented on code in PR #5245:
URL: https://github.com/apache/ignite-3/pull/5245#discussion_r1963471302


##########
modules/partition-replicator/src/integrationTest/java/org/apache/ignite/internal/partition/replicator/AbstractColocationTest.java:
##########
@@ -178,19 +186,20 @@ void startNodes(
 
                     assertThat(logicalTopologyFuture, 
willCompleteSuccessfully());
 
-                    return logicalTopologyFuture.join().nodes().size() == 
amount;
+                    return logicalTopologyFuture.join().nodes().size() == 
cluster.size();
                 },
-                AWAIT_TIMEOUT_MILLIS
+                30_000

Review Comment:
   merge artifact. Thank you for catching it! 



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to