summaryrefslogtreecommitdiff
path: root/js/test/Ice/operationsBidir/Client.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Ice/operationsBidir/Client.js')
-rw-r--r--js/test/Ice/operationsBidir/Client.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/js/test/Ice/operationsBidir/Client.js b/js/test/Ice/operationsBidir/Client.js
index daeba069c21..76ceabbf769 100644
--- a/js/test/Ice/operationsBidir/Client.js
+++ b/js/test/Ice/operationsBidir/Client.js
@@ -43,12 +43,7 @@
var run = function(out, id)
{
- //
- // We must set MessageSizeMax to an explicit value,
- // because we run tests to check whether
- // Ice.MemoryLimitException is raised as expected.
- //
- id.properties.setProperty("Ice.MessageSizeMax", "100");
+ id.properties.setProperty("Ice.BatchAutoFlushSize", "100");
var communicator = Ice.initialize(id);
return Promise.try(
function()