From cb087952325d01a5cc1351d5326b26417c0b445a Mon Sep 17 00:00:00 2001 From: SunilB Date: Mon, 18 Mar 2019 15:11:08 +0530 Subject: [PATCH] Add CDS client timeout property Issue-ID: SO-1481 Change-Id: I986100c3e46552b61ce10e54f8f4e9b34606ce9a Signed-off-by: sunilb --- volumes/so/config/bpmn-infra/onapheat/override.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/volumes/so/config/bpmn-infra/onapheat/override.yaml b/volumes/so/config/bpmn-infra/onapheat/override.yaml index 5359427..a06903a 100644 --- a/volumes/so/config/bpmn-infra/onapheat/override.yaml +++ b/volumes/so/config/bpmn-infra/onapheat/override.yaml @@ -18,6 +18,7 @@ cds: endpoint: blueprints-processor port: 9111 auth: Basic Y2NzZGthcHBzOmNjc2RrYXBwcw== + timeout: 60 entitymanager: packagesToScan: com pnf: -- 2.16.6