PakhomovAlexander commented on code in PR #5093:
URL: https://github.com/apache/ignite-3/pull/5093#discussion_r1935433212


##########
modules/client/src/test/java/org/apache/ignite/client/fakes/FakeTxManager.java:
##########
@@ -164,6 +164,11 @@ public CompletableFuture<Void> finish(boolean commit, 
HybridTimestamp executionT
             public boolean isFinishingOrFinished() {
                 return false;
             }
+
+            @Override
+            public long timeout() {
+                return 10_000;

Review Comment:
   The next ticket will change this, don't you mind to leave this as is?
   



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

Reply via email to