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