summaryrefslogtreecommitdiff
path: root/csharp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-09-28 10:58:38 +0200
committerBenoit Foucher <benoit@zeroc.com>2015-09-28 10:58:38 +0200
commit8fc4ec400df8d0c1b2419ca40562a2392cbc8294 (patch)
treec8dd0f8111caff483adaace3b87e5dec307ee9ad /csharp
parentFixed test compilation failure with ARC (diff)
downloadice-8fc4ec400df8d0c1b2419ca40562a2392cbc8294.tar.bz2
ice-8fc4ec400df8d0c1b2419ca40562a2392cbc8294.tar.xz
ice-8fc4ec400df8d0c1b2419ca40562a2392cbc8294.zip
Fixed ICE-6824 - timeout test failure on SLES12
Diffstat (limited to 'csharp')
-rw-r--r--csharp/test/Ice/timeout/AllTests.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/test/Ice/timeout/AllTests.cs b/csharp/test/Ice/timeout/AllTests.cs
index 7a301a9e9e1..9b7cf0af0e4 100644
--- a/csharp/test/Ice/timeout/AllTests.cs
+++ b/csharp/test/Ice/timeout/AllTests.cs
@@ -55,7 +55,7 @@ public class AllTests : TestCommon.TestApp
{
Ice.InitializationData initData = new Ice.InitializationData();
initData.properties = Ice.Util.createProperties();
-
+
//
// We need to send messages large enough to cause the transport
// buffers to fill up.
@@ -382,7 +382,7 @@ public class AllTests : TestCommon.TestApp
// Verify that timeout set via ice_timeout() is still used for requests.
//
timeout.op(); // Ensure adapter is active.
- to = Test.TimeoutPrxHelper.uncheckedCast(to.ice_timeout(100));
+ to = Test.TimeoutPrxHelper.uncheckedCast(to.ice_timeout(250));
to.ice_getConnection(); // Establish connection.
timeout.holdAdapter(750);
try