isapego commented on code in PR #1507:
URL: https://github.com/apache/ignite-3/pull/1507#discussion_r1065440932
##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/PlatformTestNodeRunner.java:
##########
@@ -73,12 +73,12 @@ public class PlatformTestNodeRunner {
private static final String TABLE_NAME_ALL_COLUMNS_SQL =
"tbl_all_columns_sql"; // All column types supported by SQL.
/** Time to keep the node alive. */
- private static final int RUN_TIME_MINUTES = 30;
+ private static final int RUN_TIME_MINUTES = 300;
/** Nodes bootstrap configuration. */
private static final Map<String, String> nodesBootstrapCfg = Map.of(
NODE_NAME, "{\n"
- + " \"clientConnector\":{\"port\":
10942,\"portRange\":10,\"idleTimeout\":3000,\""
+ + " \"clientConnector\":{\"port\":
10942,\"portRange\":10,\"idleTimeout\":0,\""
Review Comment:
The same as above -- debugging :)
--
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]