sanpwc commented on code in PR #6413:
URL: https://github.com/apache/ignite-3/pull/6413#discussion_r2288517678


##########
modules/table/src/integrationTest/java/org/apache/ignite/internal/table/ItKeyValueBinaryViewApiExplicitRunInTxnTest.java:
##########
@@ -54,7 +55,7 @@ <K, V> BaseTestCase<K, V> create(boolean async, boolean thin, 
Class<K> keyClass,
     private static class TxTestCase extends TestCase {
         @Override
         protected Executable wrap(Consumer<Transaction> run) {
-            return () -> ignite.transactions().runInTransaction(run);
+            return () -> ignite.transactions().runInTransaction(run, new 
TransactionOptions().timeoutMillis(1));

Review Comment:
   1 millisecond? That might not be enough I guess.



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