diff options
author | Sourabh Sourabh <sourabh.sourabh@est.tech> | 2024-02-13 10:08:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-02-13 10:08:11 +0000 |
commit | 8801b297e389378eab9068250fcfa63d682f1441 (patch) | |
tree | d6aa4d4dae77db9bc24c1c01d164882cd5477ab7 /dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/application.yml | |
parent | c5a80679a015cfacca17773927259bc14f4efa61 (diff) | |
parent | 1516fa0e387bf26c93d04d0444d8365d17cd1226 (diff) |
Merge "Add a configurable delay to the DMI stub"
Diffstat (limited to 'dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/application.yml')
-rw-r--r-- | dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/application.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/application.yml b/dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/application.yml index 8e39a4e71c..de097a67b4 100644 --- a/dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/application.yml +++ b/dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/application.yml @@ -40,3 +40,8 @@ app: ncmp: async-m2m: topic: ${NCMP_ASYNC_M2M_TOPIC:ncmp-async-m2m} + +delay: + module-references-delay-ms: ${MODULE_REFERENCES_DELAY_MS:100} + module-resources-delay-ms: ${MODULE_RESOURCES_DELAY_MS:1000} + data-for-cm-handle-delay-ms: ${DATA_FOR_CM_HANDLE_DELAY_MS:2500} |