diff options
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 1cba2ba6f45..e95c43bf607 100644 --- a/cpp/test/Ice/acm/AllTests.cpp +++ b/cpp/test/Ice/acm/AllTests.cpp @@ -478,10 +478,10 @@ allTests(const Ice::CommunicatorPtr& communicator) virtual void runTestCase(const RemoteObjectAdapterPrx& adapter, const TestIntfPrx& proxy) { - for(int i = 0; i < 20; ++i) + for(int i = 0; i < 12; ++i) { proxy->ice_ping(); - IceUtil::ThreadControl::sleep(IceUtil::Time::milliSeconds(100)); + IceUtil::ThreadControl::sleep(IceUtil::Time::milliSeconds(200)); } Lock sync(*this); |