diff options
author | Matthieu Geerebaert <matthieu.geerebaert@orange.com> | 2018-09-13 15:49:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-13 15:49:43 +0000 |
commit | 956d451af5e5ad5b5f0bbca34c5462455cc6d0ad (patch) | |
tree | a06fd710c885360d7b68e1f76d44538e6103dd95 /src/test/resources | |
parent | 4835a4603463ab944e366bac369f98476749125d (diff) | |
parent | 5095798889f2bcc0e1122f1ba684848128e74d29 (diff) |
Merge "Poll for 6 hrs instead of 3 times."
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/application.properties | 3 |
1 files changed, 3 insertions, 0 deletions
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 |