summaryrefslogtreecommitdiff
path: root/js/test/Ice/acm/Client.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Ice/acm/Client.js')
-rw-r--r--js/test/Ice/acm/Client.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/test/Ice/acm/Client.js b/js/test/Ice/acm/Client.js
index 39872cdff5f..f63bf49c0cc 100644
--- a/js/test/Ice/acm/Client.js
+++ b/js/test/Ice/acm/Client.js
@@ -200,6 +200,7 @@
constructor(com, out)
{
super("invocation heartbeat", com, out);
+ this.setServerACM(1, -1, -1); // Faster ACM to make sure we receive enough ACM heartbeats
}
runTestCase(adapter, proxy)