denis-chudov commented on code in PR #6413: URL: https://github.com/apache/ignite-3/pull/6413#discussion_r2293111603
########## 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: It's enough for 1 attempt, we don't need more here (closure always fails) -- 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