diff options
author | Jose <jose@zeroc.com> | 2014-07-14 17:46:30 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-07-14 17:46:30 +0200 |
commit | 347c403e716a85a45a0cfeac2f8184e645f80ed1 (patch) | |
tree | 273126ba4cb5880dd447bb1e2be9862e4f1fb6ef /cpp | |
parent | ICE-5513 - Fix the C# demos to use lambda expressions (diff) | |
download | ice-347c403e716a85a45a0cfeac2f8184e645f80ed1.tar.bz2 ice-347c403e716a85a45a0cfeac2f8184e645f80ed1.tar.xz ice-347c403e716a85a45a0cfeac2f8184e645f80ed1.zip |
Increase the IceDiscovery.Timeout
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/test/IceDiscovery/simple/run.py | 2 |
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" |