This is an automated email from the ASF dual-hosted git repository.

rpuch pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new a25d94bf97c IGNITE-24972 Fix ItMulticastNodeFinderTest (#5533)
a25d94bf97c is described below

commit a25d94bf97c9b561b10d57eb55e271102d1eee07
Author: Phillippko <phillip...@gmail.com>
AuthorDate: Mon Apr 7 21:19:28 2025 +0700

    IGNITE-24972 Fix ItMulticastNodeFinderTest (#5533)
---
 .../network/configuration/MulticastNodeFinderConfigurationSchema.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/modules/network/src/main/java/org/apache/ignite/internal/network/configuration/MulticastNodeFinderConfigurationSchema.java
 
b/modules/network/src/main/java/org/apache/ignite/internal/network/configuration/MulticastNodeFinderConfigurationSchema.java
index d97d4757ef9..e3475438820 100644
--- 
a/modules/network/src/main/java/org/apache/ignite/internal/network/configuration/MulticastNodeFinderConfigurationSchema.java
+++ 
b/modules/network/src/main/java/org/apache/ignite/internal/network/configuration/MulticastNodeFinderConfigurationSchema.java
@@ -43,7 +43,7 @@ public class MulticastNodeFinderConfigurationSchema extends 
NodeFinderConfigurat
     /** Time to wait for multicast responses. */
     @Value(hasDefault = true)
     @Range(min = 0)
-    public int resultWaitTimeMillis = 500;
+    public int resultWaitTimeMillis = 1000;
 
     /** Time to live for multicast packets. Value {@link 
MulticastNodeFinder#UNSPECIFIED_TTL} corresponds to system default value. */
     @Value(hasDefault = true)

Reply via email to