summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-07-14 17:46:30 +0200
committerJose <jose@zeroc.com>2014-07-14 17:46:30 +0200
commit347c403e716a85a45a0cfeac2f8184e645f80ed1 (patch)
tree273126ba4cb5880dd447bb1e2be9862e4f1fb6ef /cpp
parentICE-5513 - Fix the C# demos to use lambda expressions (diff)
downloadice-347c403e716a85a45a0cfeac2f8184e645f80ed1.tar.bz2
ice-347c403e716a85a45a0cfeac2f8184e645f80ed1.tar.xz
ice-347c403e716a85a45a0cfeac2f8184e645f80ed1.zip
Increase the IceDiscovery.Timeout
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"