summaryrefslogtreecommitdiffstats
path: root/cps-application/src/main/resources/application.yml
diff options
context:
space:
mode:
authorJoseph Keenan <joseph.keenan@est.tech>2022-06-15 15:32:19 +0000
committerGerrit Code Review <gerrit@onap.org>2022-06-15 15:32:19 +0000
commit9f8e14a7c8d12832d4d8a4757a9d3be5c05c6007 (patch)
tree03303d15217c7c0c833db7fa87e37d5afa2ed203 /cps-application/src/main/resources/application.yml
parentf174640d9aebe8b962de651d954243f434cc5eab (diff)
parent395795ee7f16741a43abfbe5210b45d5ce201e14 (diff)
Merge "Retry CM-Handles that are LOCKED, Failed-to-Sync"
Diffstat (limited to 'cps-application/src/main/resources/application.yml')
-rw-r--r--cps-application/src/main/resources/application.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml
index 3f005c9f7..2b4dc4b7c 100644
--- a/cps-application/src/main/resources/application.yml
+++ b/cps-application/src/main/resources/application.yml
@@ -1,6 +1,6 @@
# ============LICENSE_START=======================================================
# Copyright (C) 2021 Pantheon.tech
-# Modifications Copyright (C) 2021 Bell Canada
+# Modifications Copyright (C) 2021-2022 Bell Canada
# Modifications Copyright (C) 2021-2022 Nordix Foundation
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -157,4 +157,7 @@ dmi:
timers:
advised-modules-sync:
- sleep-time-ms: 30000 \ No newline at end of file
+ sleep-time-ms: 30000
+
+ locked-modules-sync:
+ sleep-time-ms: 300000 \ No newline at end of file