diff options
author | Lee Anjella Macabuhay <lee.anjella.macabuhay@est.tech> | 2024-07-09 09:24:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-07-09 09:24:08 +0000 |
commit | b624ab20aadf729f7e3c474475351eba1092e9c0 (patch) | |
tree | 1ac4af50ee0e41b0394ddb5fa6f885143acdb255 /integration-test/src/test/resources/application.yml | |
parent | f3e55177786823a0ed663960fe84d8f6afc6ff9f (diff) | |
parent | febd065e24c004e66417726fdaa52f7535c87a0d (diff) |
Merge "Remove forced module sync from NCMP integration tests"
Diffstat (limited to 'integration-test/src/test/resources/application.yml')
-rw-r--r-- | integration-test/src/test/resources/application.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration-test/src/test/resources/application.yml b/integration-test/src/test/resources/application.yml index 58e6287955..fefae345e6 100644 --- a/integration-test/src/test/resources/application.yml +++ b/integration-test/src/test/resources/application.yml @@ -179,9 +179,9 @@ ncmp: timers: advised-modules-sync: - sleep-time-ms: 100000 + sleep-time-ms: 1000 locked-modules-sync: - sleep-time-ms: 300000 + sleep-time-ms: 1000 cm-handle-data-sync: sleep-time-ms: 30000 subscription-forwarding: |