summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2014-12-03 10:31:18 -0800
committerMark Spruiell <mes@zeroc.com>2014-12-03 10:31:18 -0800
commit9ab406f8955a11bf89dc1933740cc85a43330517 (patch)
treec74f7d7bea5e217b2da5a78af3bd8196fcccba17 /cpp
parentFixed (ICE-6054) - Demo cpp/IceGrid/customLoadbalancing fails on Ubuntu 14.04... (diff)
downloadice-9ab406f8955a11bf89dc1933740cc85a43330517.tar.bz2
ice-9ab406f8955a11bf89dc1933740cc85a43330517.tar.xz
ice-9ab406f8955a11bf89dc1933740cc85a43330517.zip
ICE-6043 - bumping timeout for IceDiscovery test
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 842b644e959..46c476600fa 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=50"
args += " --IceDiscovery.RetryCount=5"
if not TestUtil.ipv6:
args += " --IceDiscovery.Interface=127.0.0.1"