ptupitsyn commented on code in PR #1199:
URL: https://github.com/apache/ignite-3/pull/1199#discussion_r994474049
##########
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:
Looks like the Gradle command also builds Java code, which was probably the
reason to increase the timeout.
We expect the code to be built when we run this command. On CI, it comes
from artifacts. On local machine, the developer is responsible for running the
build command.
Let's change the command to skip the build step and only run the
`PlatformTestNodeRunner` class.
--
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]