summaryrefslogtreecommitdiff
path: root/scripts/Util.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-01-26 18:12:02 +0100
committerBenoit Foucher <benoit@zeroc.com>2017-01-26 18:12:02 +0100
commitb0f45efeb19159bdda8e62d0abdfc150d50b8c2b (patch)
tree1b1fb7ce858d9cfc9c43f0be4beee97ab1c76d40 /scripts/Util.py
parentFixed JS tests to run again Ice/exceptions and optionals test with bidir (diff)
downloadice-b0f45efeb19159bdda8e62d0abdfc150d50b8c2b.tar.bz2
ice-b0f45efeb19159bdda8e62d0abdfc150d50b8c2b.tar.xz
ice-b0f45efeb19159bdda8e62d0abdfc150d50b8c2b.zip
Fixed ICE-6920 - Communicator::destroy is now noexcept
Diffstat (limited to 'scripts/Util.py')
-rw-r--r--scripts/Util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Util.py b/scripts/Util.py
index 14b76f00024..86d58c85d44 100644
--- a/scripts/Util.py
+++ b/scripts/Util.py
@@ -613,7 +613,7 @@ class Mapping:
"Ice/faultTolerance",
"Ice/services",
"IceDiscovery/simple"]:
- props["Ice.Override.ConnectTimeout"] = "100"
+ props["Ice.Override.ConnectTimeout"] = "200"
# Additional properties specified on the command line with --cprops or --sprops
additionalProps = []