vldpyatkov commented on code in PR #5221:
URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1987277583


##########
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:
   Computer tasks become slower. I do not think exactly why, but running any 
task takes more time than before the patch. And also compute that sute on TC 
becomes longer.



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