From 4e5692a213e8caa9b1299634a8ca881f13641dda Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Thu, 21 Feb 2019 16:36:29 +0200 Subject: Enable JobsBrokerService tests Change-Id: I35d7e5802c6838eb53c116afe9013dbf60ae2248 Issue-ID: VID-378 Signed-off-by: Ittay Stern --- vid-app-common/src/test/resources/WEB-INF/conf/system.properties | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vid-app-common/src/test/resources/WEB-INF') 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/ -- cgit 1.2.3-korg