summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/acm/AllTests.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-06-28 12:35:00 +0200
committerBenoit Foucher <benoit@zeroc.com>2017-06-28 12:35:00 +0200
commitb0b3153532f44f4102e61c922e2947f27715a2fb (patch)
tree6a3b9044d451b0a93a3dadbaa3211dc452996607 /cpp/test/Ice/acm/AllTests.cpp
parentFix for ICE-8169 - fixed error handling to prevent infinite loop of the thread (diff)
downloadice-b0b3153532f44f4102e61c922e2947f27715a2fb.tar.bz2
ice-b0b3153532f44f4102e61c922e2947f27715a2fb.tar.xz
ice-b0b3153532f44f4102e61c922e2947f27715a2fb.zip
Fixed ICE-8170 - speed up server side ACM to pervent failure
Diffstat (limited to 'cpp/test/Ice/acm/AllTests.cpp')
-rw-r--r--cpp/test/Ice/acm/AllTests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/acm/AllTests.cpp b/cpp/test/Ice/acm/AllTests.cpp
index f3e21cdebfe..c12f4acdbba 100644
--- a/cpp/test/Ice/acm/AllTests.cpp
+++ b/cpp/test/Ice/acm/AllTests.cpp
@@ -306,6 +306,7 @@ public:
InvocationHeartbeatTest(const RemoteCommunicatorPrxPtr& com) :
TestCase("invocation heartbeat", com)
{
+ setServerACM(1, -1, -1); // Faster ACM to make sure we receive enough ACM heartbeats
}
virtual void runTestCase(const RemoteObjectAdapterPrxPtr& adapter, const TestIntfPrxPtr& proxy)