diff options
author | Jose <jose@zeroc.com> | 2019-09-29 15:11:17 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-09-29 15:12:08 +0200 |
commit | 6c30dca39802776423ff5487cbaafdc487385a74 (patch) | |
tree | 4e880c147c948ce9e2eb6c564ff295034834c560 /cpp | |
parent | Updated SNI entry (diff) | |
download | ice-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.cpp | 4 |
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); |