From 5095798889f2bcc0e1122f1ba684848128e74d29 Mon Sep 17 00:00:00 2001 From: Prabhu201713 Date: Tue, 11 Sep 2018 19:19:30 +0530 Subject: Poll for 6 hrs instead of 3 times. Issue-ID: EXTAPI-140 Change-Id: I7d4bec505cca820ac87826159241e3e91c407b73 Signed-off-by: Prabhu201713 --- src/test/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/test/resources') diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index c598a89..b214f9a 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -30,6 +30,9 @@ onap.cloudOwner=CloudOwner nbi.url=http://127.0.0.1:8080/nbi/api/v3 nbi.callForVNF=false +# SCHEDULER +scheduler.pollingDurationInMins=0.1 + # SDC sdc.host=http://127.0.0.1:8091 sdc.header.ecompInstanceId=Rene -- cgit 1.2.3-korg