diff options
Diffstat (limited to 'csharp/test/Ice/metrics/Client.cs')
-rw-r--r-- | csharp/test/Ice/metrics/Client.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/csharp/test/Ice/metrics/Client.cs b/csharp/test/Ice/metrics/Client.cs index 784f76d4788..f7d88939350 100644 --- a/csharp/test/Ice/metrics/Client.cs +++ b/csharp/test/Ice/metrics/Client.cs @@ -35,13 +35,6 @@ public class Client : TestCommon.Application initData.properties.setProperty("Ice.Admin.DelayCreation", "1"); initData.properties.setProperty("Ice.Warn.Connections", "0"); initData.properties.setProperty("Ice.Default.Host", "127.0.0.1"); - - // 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; } |