From 7150a5f7027725b5eed9c723c6224c8b3d5307dd Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 20 Mar 2018 15:30:17 +0000 Subject: Add timeout to SO to wait for success The timeout implementation assumes that a finished request is a HTTP-200 together with either a request state of COMPLETE or FAILED in the embedded request in the response in the JSON. This is the same as what is done earlier in this class and in, for example, VFC. Unit test for timeout has also been added. Change-Id: I637dbecb8d230b8060f7ced76d92d11ec482503e Issue-ID: POLICY-448 Signed-off-by: liamfallon --- controlloop/common/model-impl/so/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'controlloop/common/model-impl/so/pom.xml') diff --git a/controlloop/common/model-impl/so/pom.xml b/controlloop/common/model-impl/so/pom.xml index a026236a6..cc31464a7 100644 --- a/controlloop/common/model-impl/so/pom.xml +++ b/controlloop/common/model-impl/so/pom.xml @@ -60,9 +60,9 @@ provided - org.mockito - mockito-core - 2.13.0 + org.glassfish.jersey.containers + jersey-container-grizzly2-http + 2.25.1 test -- cgit 1.2.3-korg