diff options
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); }); } } |