diff options
author | Rob Daugherty <rd472p@att.com> | 2018-10-16 09:01:49 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-10-16 09:06:15 -0400 |
commit | f49ec6049adfb80b3be5daf06c7e7849d001090f (patch) | |
tree | 94c42b4a8e90e4d489947d424b3ec32518796af1 | |
parent | 35e371304a8c9e78e55d467f90266fa78562dabe (diff) |
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 <rd472p@att.com>
-rw-r--r-- | volumes/so/config/bpmn-infra/onapheat/override.yaml | 4 |
1 files 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/ |