sanpwc commented on code in PR #5093:
URL: https://github.com/apache/ignite-3/pull/5093#discussion_r1935406012
##########
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:
10_000 is used for the same purpose in multiple places. Should we extract it
somewhere?
--
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]