diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-02-21 16:36:29 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-02-21 16:37:57 +0200 |
commit | 4e5692a213e8caa9b1299634a8ca881f13641dda (patch) | |
tree | 0f537f0be2eb7096f68ddcffafd1a4e41bb1ae77 /vid-app-common/src/test/resources | |
parent | 135fc9d006c5923d4a1ca4822c5a71362f5db573 (diff) |
Enable JobsBrokerService tests
Change-Id: I35d7e5802c6838eb53c116afe9013dbf60ae2248
Issue-ID: VID-378
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-app-common/src/test/resources')
-rw-r--r-- | vid-app-common/src/test/resources/WEB-INF/conf/system.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vid-app-common/src/test/resources/WEB-INF/conf/system.properties b/vid-app-common/src/test/resources/WEB-INF/conf/system.properties index ef444944d..268666798 100644 --- a/vid-app-common/src/test/resources/WEB-INF/conf/system.properties +++ b/vid-app-common/src/test/resources/WEB-INF/conf/system.properties @@ -182,6 +182,10 @@ asdc.model.namespace=org.openecomp. sdc.svc.api.path=sdc/v1/catalog/services sdc.resource.api.path=sdc/v1/catalog/resource +#large amount for tests that generated a lot of jobs (more then 20) +mso.maxOpenedInstantiationRequests=200 +mso.asyncPollingIntervalSeconds=0 + # Application base URL has the host and app context only; a proper prefix of the on-boarded URL. # Only required for applications using WebJunction or FE/BE separation. For example: # app_base_url = https://www.e-access.att.com/app_junction/app_context/ |