vldpyatkov commented on code in PR #5221: URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1991930824
########## modules/compute/src/integrationTest/java/org/apache/ignite/internal/compute/ItComputeBaseTest.java: ########## @@ -198,7 +198,7 @@ void executesWrongJobClassOnRemoteNodesAsync(String jobClassName, int errorCode, JobTarget.anyNode(clusterNode(node(1)), clusterNode(node(2))), JobDescriptor.builder(jobClassName).units(units()).build(), null - ).get(1, TimeUnit.SECONDS)); + ).get(10, TimeUnit.SECONDS)); Review Comment: It was just because the read index request is also heartbeat. I do not coalesce read index requests any more. -- 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