diff options
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/ |