diff options
author | Wojciech Sliwka <wojciech.sliwka@nokia.com> | 2019-02-21 15:07:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-21 15:07:23 +0000 |
commit | f5f3e8ee869ab0359dd4768f4b6bf554b5cc1371 (patch) | |
tree | 039284dcaced76672cdbbea37c74806f8ccd8280 /vid-app-common/src/test/resources/WEB-INF | |
parent | f6784c3d4da1b0b70e2f153e4dad8400e6dc55e7 (diff) | |
parent | 4e5692a213e8caa9b1299634a8ca881f13641dda (diff) |
Merge "Enable JobsBrokerService tests"
Diffstat (limited to 'vid-app-common/src/test/resources/WEB-INF')
-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/ |