From 3842849d49c1f9190adfec65479cf81ea3808534 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Wed, 20 May 2020 09:40:20 +0200 Subject: Reverted the lower timeout for the invocation retry test, fix for #859 --- cpp/test/Ice/retry/AllTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test') diff --git a/cpp/test/Ice/retry/AllTests.cpp b/cpp/test/Ice/retry/AllTests.cpp index acd15767691..fe64632f5ab 100644 --- a/cpp/test/Ice/retry/AllTests.cpp +++ b/cpp/test/Ice/retry/AllTests.cpp @@ -360,7 +360,7 @@ allTests(const Ice::CommunicatorPtr& communicator, const Ice::CommunicatorPtr& c // The timeout might occur on connection establishment or because of the sleep. What's // important here is to make sure there are 4 retries and that no calls succeed to // ensure retries with the old connection timeout semantics work. - RetryPrxPtr retryWithTimeout = retry1->ice_invocationTimeout(-2)->ice_timeout(100); + RetryPrxPtr retryWithTimeout = retry1->ice_invocationTimeout(-2)->ice_timeout(200); try { retryWithTimeout->sleep(1000); -- cgit v1.2.3