korlov42 commented on code in PR #5488:
URL: https://github.com/apache/ignite-3/pull/5488#discussion_r2010255462
##########
modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/sqllogic/ItSqlLogicTest.java:
##########
@@ -186,6 +187,8 @@ public class ItSqlLogicTest extends BaseIgniteAbstractTest {
*/
private static final int METASTORAGE_IDLE_SYNC_TIME_INTERVAL_MS = 10;
+ private static final long TX_RW_TIMEOUT = TimeUnit.SECONDS.toMillis(40);
Review Comment:
default timeout is set to 30sec. Why an extra 10sec makes a difference?
--
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]