diff options
Diffstat (limited to 'csharp/test/Ice/background/Client.cs')
-rw-r--r-- | csharp/test/Ice/background/Client.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/csharp/test/Ice/background/Client.cs b/csharp/test/Ice/background/Client.cs index fa93230f0c7..aeb9a9c287f 100644 --- a/csharp/test/Ice/background/Client.cs +++ b/csharp/test/Ice/background/Client.cs @@ -50,13 +50,6 @@ public class Client : TestCommon.Application // string defaultProtocol = initData.properties.getPropertyWithDefault("Ice.Default.Protocol", "tcp"); initData.properties.setProperty("Ice.Default.Protocol", "test-" + defaultProtocol); - - // TODO: WORKAROUND: .NET connection closure is sometime not detected in a timely fashion - // and ACM closes the connection first. We increase the default timeout here to prevent - // the test from failing when this occurs. It usually takes 2 minutes for the connection - // closure to be detected when this occurs so we set a default timeout of 3 minutes. - initData.properties.setProperty("Ice.Default.Timeout", "180000"); - return initData; } |