summaryrefslogtreecommitdiff
path: root/java/test
diff options
context:
space:
mode:
Diffstat (limited to 'java/test')
-rwxr-xr-xjava/test/src/main/java/test/IceDiscovery/simple/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/src/main/java/test/IceDiscovery/simple/run.py b/java/test/src/main/java/test/IceDiscovery/simple/run.py
index c58807685df..ea9b4bb9388 100755
--- a/java/test/src/main/java/test/IceDiscovery/simple/run.py
+++ b/java/test/src/main/java/test/IceDiscovery/simple/run.py
@@ -28,7 +28,7 @@ num = 3
args = " --Ice.Plugin.IceDiscovery=IceDiscovery:IceDiscovery.PluginFactory"
args += " --IceDiscovery.Timeout=30"
-args += " --IceDiscovery.RetryCount=1"
+args += " --IceDiscovery.RetryCount=5"
if not TestUtil.ipv6:
args += " --IceDiscovery.Interface=127.0.0.1"
elif TestUtil.isDarwin():