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