diff options
author | Benoit Foucher <benoit@zeroc.com> | 2020-12-23 14:20:14 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2020-12-23 14:20:14 +0100 |
commit | f2cb3c31aefc26cce4e581bf5c478fba2223833c (patch) | |
tree | 7d1f5da341e610a3865b750df90000f43f7f20d8 /cpp/test | |
parent | Regenerate XCode projects (diff) | |
download | ice-f2cb3c31aefc26cce4e581bf5c478fba2223833c.tar.bz2 ice-f2cb3c31aefc26cce4e581bf5c478fba2223833c.tar.xz ice-f2cb3c31aefc26cce4e581bf5c478fba2223833c.zip |
Fixed IceGrid/replication client configuration to ensure the sessions don't timeout (fixes #1216)
Diffstat (limited to 'cpp/test')
-rw-r--r-- | cpp/test/IceGrid/replication/test.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/replication/test.py b/cpp/test/IceGrid/replication/test.py index 6a202de4ce4..079a08a495d 100644 --- a/cpp/test/IceGrid/replication/test.py +++ b/cpp/test/IceGrid/replication/test.py @@ -9,7 +9,8 @@ clientProps = lambda process, current: { "ServerDir" : current.getBuildDir("serv traceProps = { "Ice.Trace.Network" : 2, "Ice.Trace.Retry" : 1, - "Ice.Trace.Protocol" : 1 + "Ice.Trace.Protocol" : 1, + "Ice.ACM.Client.Heartbeat": 2 } if isinstance(platform, Windows) or os.getuid() != 0: |