summaryrefslogtreecommitdiff
path: root/py/test/Ice/operations/Collocated.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/operations/Collocated.py')
-rwxr-xr-xpy/test/Ice/operations/Collocated.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/py/test/Ice/operations/Collocated.py b/py/test/Ice/operations/Collocated.py
index 3a89f62fd7a..15741eb0f9c 100755
--- a/py/test/Ice/operations/Collocated.py
+++ b/py/test/Ice/operations/Collocated.py
@@ -36,12 +36,7 @@ try:
initData = Ice.InitializationData()
initData.properties = Ice.createProperties(sys.argv)
- #
- # We must set MessageSizeMax to an explicit values, because
- # we run tests to check whether Ice.MemoryLimitException is
- # raised as expected.
- #
- initData.properties.setProperty("Ice.MessageSizeMax", "100")
+ initData.properties.setProperty("Ice.BatchAutoFlushSize", "100")
communicator = Ice.initialize(sys.argv, initData)
status = run(sys.argv, communicator)