summaryrefslogtreecommitdiff
path: root/js/test/Ice/acm/Client.js
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2017-07-03 15:54:52 -0400
committerBernard Normier <bernard@zeroc.com>2017-07-03 15:54:52 -0400
commitd30e9a64e5da48c931523acce9da1e6f30db5e84 (patch)
treedf25aae44c1d76c273589cff51b4193959d6f0ab /js/test/Ice/acm/Client.js
parentAdded missing compatversion on macOS (diff)
downloadice-d30e9a64e5da48c931523acce9da1e6f30db5e84.tar.bz2
ice-d30e9a64e5da48c931523acce9da1e6f30db5e84.tar.xz
ice-d30e9a64e5da48c931523acce9da1e6f30db5e84.zip
Increased number of expected heartbeats
Diffstat (limited to 'js/test/Ice/acm/Client.js')
-rw-r--r--js/test/Ice/acm/Client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/acm/Client.js b/js/test/Ice/acm/Client.js
index f63bf49c0cc..535ce23d718 100644
--- a/js/test/Ice/acm/Client.js
+++ b/js/test/Ice/acm/Client.js
@@ -207,7 +207,7 @@
{
return proxy.sleep(4).then(() =>
{
- test(this._heartbeat >= 2);
+ test(this._heartbeat >= 6);
});
}
}