summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-09-29 15:11:17 +0200
committerJose <jose@zeroc.com>2019-09-29 15:12:08 +0200
commit6c30dca39802776423ff5487cbaafdc487385a74 (patch)
tree4e880c147c948ce9e2eb6c564ff295034834c560 /cpp
parentUpdated SNI entry (diff)
downloadice-6c30dca39802776423ff5487cbaafdc487385a74.tar.bz2
ice-6c30dca39802776423ff5487cbaafdc487385a74.tar.xz
ice-6c30dca39802776423ff5487cbaafdc487385a74.zip
Inrease timeouts in Ice/acm test - Close #558
Diffstat (limited to 'cpp')
-rw-r--r--cpp/test/Ice/acm/AllTests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/acm/AllTests.cpp b/cpp/test/Ice/acm/AllTests.cpp
index 01a049e87c8..ca71a51c35c 100644
--- a/cpp/test/Ice/acm/AllTests.cpp
+++ b/cpp/test/Ice/acm/AllTests.cpp
@@ -440,7 +440,7 @@ public:
CloseOnIdleAndInvocationTest(const RemoteCommunicatorPrxPtr& com) : TestCase("close on idle and invocation", com)
{
- setClientACM(1, 3, 0); // Only close on idle and invocation
+ setClientACM(3, 3, 0); // Only close on idle and invocation
}
virtual void runTestCase(const RemoteObjectAdapterPrxPtr& adapter, const TestIntfPrxPtr&)
@@ -451,7 +451,7 @@ public:
// the close is graceful or forceful.
//
adapter->hold();
- IceUtil::ThreadControl::sleep(IceUtil::Time::milliSeconds(3000)); // Idle for 3 seconds
+ IceUtil::ThreadControl::sleep(IceUtil::Time::milliSeconds(5000)); // Idle for 5 seconds
{
Lock sync(*this);