summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/timeout/AllTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/timeout/AllTests.cs')
-rw-r--r--csharp/test/Ice/timeout/AllTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/timeout/AllTests.cs b/csharp/test/Ice/timeout/AllTests.cs
index 4e83cd750fd..618408a94e6 100644
--- a/csharp/test/Ice/timeout/AllTests.cs
+++ b/csharp/test/Ice/timeout/AllTests.cs
@@ -101,7 +101,7 @@ public class AllTests : TestCommon.AllTests
//
// Expect success.
//
- Test.TimeoutPrx to = Test.TimeoutPrxHelper.uncheckedCast(obj.ice_timeout(2000));
+ Test.TimeoutPrx to = Test.TimeoutPrxHelper.uncheckedCast(obj.ice_timeout(-1));
controller.holdAdapter(100);
try
{