summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/test/IceDiscovery/simple/run.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceDiscovery/simple/run.py b/cpp/test/IceDiscovery/simple/run.py
index 9252524d7bb..842b644e959 100755
--- a/cpp/test/IceDiscovery/simple/run.py
+++ b/cpp/test/IceDiscovery/simple/run.py
@@ -26,8 +26,8 @@ client = os.path.join(os.getcwd(), "client")
num = 3
args = " --Ice.Plugin.IceDiscovery=IceDiscovery:createIceDiscovery"
-args += " --IceDiscovery.Timeout=100"
-args += " --IceDiscovery.RetryCount=1"
+args += " --IceDiscovery.Timeout=30"
+args += " --IceDiscovery.RetryCount=5"
if not TestUtil.ipv6:
args += " --IceDiscovery.Interface=127.0.0.1"
elif TestUtil.isDarwin():