diff options
Diffstat (limited to 'cpp/test/Ice/acm/AllTests.cpp')
-rw-r--r-- | cpp/test/Ice/acm/AllTests.cpp | 1 |
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) |