diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-01-31 10:37:33 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-01-31 10:37:33 +0100 |
commit | a0cb898540196d1bf89dbea99de06b75c5dafd2d (patch) | |
tree | 4781991547ff1ed6c809e981ea8d19528c01d5da /scripts/Util.py | |
parent | Fixes to Java metadata validation (diff) | |
download | ice-a0cb898540196d1bf89dbea99de06b75c5dafd2d.tar.bz2 ice-a0cb898540196d1bf89dbea99de06b75c5dafd2d.tar.xz ice-a0cb898540196d1bf89dbea99de06b75c5dafd2d.zip |
Bumped Windows connect timeout for testing
Diffstat (limited to 'scripts/Util.py')
-rw-r--r-- | scripts/Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Util.py b/scripts/Util.py index f51cbd74b0f..4f7a36626d9 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"] = "200" + props["Ice.Override.ConnectTimeout"] = "400" # Additional properties specified on the command line with --cprops or --sprops additionalProps = [] |