diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-06-28 12:35:00 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-06-28 12:35:00 +0200 |
commit | b0b3153532f44f4102e61c922e2947f27715a2fb (patch) | |
tree | 6a3b9044d451b0a93a3dadbaa3211dc452996607 /js | |
parent | Fix for ICE-8169 - fixed error handling to prevent infinite loop of the thread (diff) | |
download | ice-b0b3153532f44f4102e61c922e2947f27715a2fb.tar.bz2 ice-b0b3153532f44f4102e61c922e2947f27715a2fb.tar.xz ice-b0b3153532f44f4102e61c922e2947f27715a2fb.zip |
Fixed ICE-8170 - speed up server side ACM to pervent failure
Diffstat (limited to '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) |