summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/test/src/main/java/test/Ice/acm/AllTests.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/test/src/main/java/test/Ice/acm/AllTests.java b/java/test/src/main/java/test/Ice/acm/AllTests.java
index a81fad8ce62..68c931f91fb 100644
--- a/java/test/src/main/java/test/Ice/acm/AllTests.java
+++ b/java/test/src/main/java/test/Ice/acm/AllTests.java
@@ -294,6 +294,7 @@ public class AllTests
public InvocationHeartbeatTest(Application app, RemoteCommunicatorPrx com, java.io.PrintWriter out)
{
super(app, "invocation heartbeat", com, out);
+ setServerACM(1, -1, -1); // Faster ACM to make sure we receive enough ACM heartbeats
}
public void runTestCase(RemoteObjectAdapterPrx adapter, TestIntfPrx proxy)