Make rest-client request timeout in model-loader configurable 05/136905/2
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Thu, 28 Dec 2023 15:17:47 +0000 (16:17 +0100)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fri, 5 Apr 2024 15:01:53 +0000 (17:01 +0200)
commit598c2469a004c50a1b29882e02e2fab7a8407d8b
tree3533fe0fa5b25e5e66b7d4294e734d40da316520
parent19f034b2554895285f12979b0f36c1629f9af984
Make rest-client request timeout in model-loader configurable

- this reduces the test execution time, when test cases run into timouts

Issue-ID: AAI-3703
Change-Id: Ie683f55e5ce8d59b10d2788aea6933854dcb7e99
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
src/main/java/org/onap/aai/modelloader/config/ModelLoaderConfig.java
src/main/java/org/onap/aai/modelloader/restclient/AaiRestClient.java
src/main/java/org/onap/aai/modelloader/restclient/HttpsBabelServiceClient.java
src/test/java/org/onap/aai/modelloader/restclient/TestAaiServiceClient.java
src/test/java/org/onap/aai/modelloader/restclient/TestBabelServiceClient.java