From f49ec6049adfb80b3be5daf06c7e7849d001090f Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Tue, 16 Oct 2018 09:01:49 -0400 Subject: [PATCH] Increase openstack and sdnc workflow timeouts Currently they are both set at 60 seconds, which is far too short. Making them both 60 minutes. Change-Id: I50f7262975c5318d4634be3a02a00337c67dda8f Issue-ID: SO-1131 Signed-off-by: Rob Daugherty --- volumes/so/config/bpmn-infra/onapheat/override.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/volumes/so/config/bpmn-infra/onapheat/override.yaml b/volumes/so/config/bpmn-infra/onapheat/override.yaml index 7f765f4..11d00f5 100644 --- a/volumes/so/config/bpmn-infra/onapheat/override.yaml +++ b/volumes/so/config/bpmn-infra/onapheat/override.yaml @@ -61,7 +61,7 @@ mso: endpoint: http://c1.vm1.mso.simpledemo.onap.org:8086/adapters/SDNCAdapter rest: endpoint: http://c1.vm1.mso.simpledemo.onap.org:8086/adapters/rest/v1/sdnc - timeout: PT60S + timeout: PT60M tenant: endpoint: http://c1.vm1.mso.simpledemo.onap.org:8087/services/TenantAdapter vnf: @@ -94,7 +94,7 @@ mso: customer: id: testCustIdInfra po: - timeout: PT60S + timeout: PT60M request: db: endpoint: http://c1.vm1.mso.simpledemo.onap.org:8083/ -- 2.16.6