summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/timeout/Client.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/timeout/Client.cs')
-rw-r--r--csharp/test/Ice/timeout/Client.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/csharp/test/Ice/timeout/Client.cs b/csharp/test/Ice/timeout/Client.cs
index ac0f0946eb5..4d74eb69a40 100644
--- a/csharp/test/Ice/timeout/Client.cs
+++ b/csharp/test/Ice/timeout/Client.cs
@@ -28,11 +28,6 @@ public class Client : TestCommon.Application
protected override Ice.InitializationData getInitData(ref string[] args)
{
Ice.InitializationData initData = base.getInitData(ref args);
- //
- // 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.