summaryrefslogtreecommitdiff
path: root/js/test/Ice/acm/Client.js
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2014-07-24 14:53:06 +0200
committerBenoit Foucher <benoit@zeroc.com>2014-07-24 14:53:06 +0200
commitd25beb63798ee5db5c4efc02cb16b7dd2faeb7d0 (patch)
tree09d8b86d5ea60b6486531ccfc3425ad682ae363e /js/test/Ice/acm/Client.js
parentFixed bug with system exceptions not being propagated correctly with collocat... (diff)
downloadice-d25beb63798ee5db5c4efc02cb16b7dd2faeb7d0.tar.bz2
ice-d25beb63798ee5db5c4efc02cb16b7dd2faeb7d0.tar.xz
ice-d25beb63798ee5db5c4efc02cb16b7dd2faeb7d0.zip
Fixed potential ACM test failure
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 472eb465387..21872fbf4c1 100644
--- a/js/test/Ice/acm/Client.js
+++ b/js/test/Ice/acm/Client.js
@@ -381,7 +381,7 @@
{
var self = this;
var p = new Ice.Promise().succeed();
- for(var i = 0; i < 10; ++i)
+ for(var i = 0; i < 12; ++i)
{
p = p.then(function()
{