diff options
author | Bernard Normier <bernard@zeroc.com> | 2017-07-15 17:00:19 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2017-07-15 17:00:19 -0400 |
commit | ab85ad5e4a4a3809d11f076df76ed4d37ca598a4 (patch) | |
tree | 3d3d9517e978e1896765231c57125a9cdc8b927a /php/test | |
parent | Replaced tab by spaces (diff) | |
download | ice-ab85ad5e4a4a3809d11f076df76ed4d37ca598a4.tar.bz2 ice-ab85ad5e4a4a3809d11f076df76ed4d37ca598a4.tar.xz ice-ab85ad5e4a4a3809d11f076df76ed4d37ca598a4.zip |
Fixed Ice.MessageSizeMax value in Ice/timeout tests
Diffstat (limited to 'php/test')
-rw-r--r-- | php/test/Ice/timeout/Client.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/php/test/Ice/timeout/Client.php b/php/test/Ice/timeout/Client.php index 865748938d2..93a136ebb47 100644 --- a/php/test/Ice/timeout/Client.php +++ b/php/test/Ice/timeout/Client.php @@ -403,11 +403,6 @@ function allTests($communicator) $initData = eval($NS ? "return new Ice\\InitializationData();" : "return new Ice_InitializationData();"); $initData->properties = eval($NS ? "return Ice\\createProperties(\$argv);" : "return Ice_createProperties(\$argv);"); -// -// We need to send messages large enough to cause the transport -// buffers to fill up. -// -$initData->properties->setProperty("Ice.MessageSizeMax", "20000"); // // For this test, we want to disable retries. |