diff options
author | Bernard Normier <bernard@zeroc.com> | 2017-07-03 15:54:52 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2017-07-03 15:54:52 -0400 |
commit | d30e9a64e5da48c931523acce9da1e6f30db5e84 (patch) | |
tree | df25aae44c1d76c273589cff51b4193959d6f0ab /js/test/Ice/acm/Client.js | |
parent | Added missing compatversion on macOS (diff) | |
download | ice-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.js | 2 |
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); }); } } |