summaryrefslogtreecommitdiff
path: root/js/test/Ice/acm/Client.js
diff options
context:
space:
mode:
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()
{