Cyrill commented on code in PR #6408: URL: https://github.com/apache/ignite-3/pull/6408#discussion_r2282992865
########## modules/cluster-management/src/testFixtures/java/org/apache/ignite/internal/cluster/management/BaseItClusterManagementTest.java: ########## @@ -44,7 +44,7 @@ public abstract class BaseItClusterManagementTest extends IgniteAbstractTest { private static final int PORT_BASE = 10000; - @InjectConfiguration + @InjectConfiguration("mock.retryTimeoutMillis = 60000") Review Comment: It is to be able to slow down ResetLearnersRequest without the risk of receiving a timeout on sendWithRetry. -- 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