summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/test/Ice/operations/BatchOneways.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/test/Ice/operations/BatchOneways.js b/js/test/Ice/operations/BatchOneways.js
index 551e8a97c0a..d30599b4ba6 100644
--- a/js/test/Ice/operations/BatchOneways.js
+++ b/js/test/Ice/operations/BatchOneways.js
@@ -84,9 +84,9 @@
return prx.opByteSOnewayCallCount();
}
).then(
- function(count)
+ function(n)
{
- return wait(count);
+ return wait(n + count);
}
);
}