ptupitsyn commented on code in PR #1199:
URL: https://github.com/apache/ignite-3/pull/1199#discussion_r994468213


##########
modules/platforms/dotnet/Apache.Ignite.Tests/JavaServer.cs:
##########
@@ -33,17 +33,25 @@ public sealed class JavaServer : IDisposable
     {
         private const int DefaultClientPort = 10942;
 
-        private const int ConnectTimeoutSeconds = 20;
+        private const int ConnectTimeoutSeconds = 120;
+
+        private const string GradleCommandExec = 
":ignite-runner:runnerPlatformTest";

Review Comment:
   Please remove unused Maven-related code below.



##########
modules/platforms/dotnet/Apache.Ignite.Tests/JavaServer.cs:
##########
@@ -33,17 +33,25 @@ public sealed class JavaServer : IDisposable
     {
         private const int DefaultClientPort = 10942;
 
-        private const int ConnectTimeoutSeconds = 20;
+        private const int ConnectTimeoutSeconds = 120;

Review Comment:
   Is it necessary to increase the timeout so drastically? Does Gradle 
introduce some kind of a delay?



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

Reply via email to