Retry CM-Handles that are LOCKED, Failed-to-Sync

Watchdog added to fetched locked cm handles by Lock reason
and operation sync state
Tests updated

Issue-ID: CPS-878
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: I0ecc519e93b097ec3d309db7f686fb23a0fc59b2
diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml
index 3f005c9..2b4dc4b 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 @@
 

 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