diff options
author | Sourabh Sourabh <sourabh.sourabh@est.tech> | 2024-07-11 16:11:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-07-11 16:11:34 +0000 |
commit | f2b8ca288f2048dc1770581a6b97397535931abf (patch) | |
tree | e7b5aeb81e22b949fd4f533a672845cdebddba0b /cps-ncmp-rest/src/test/resources/application.yml | |
parent | 00037dbbe5d2c204419ea134817fb66ef5b60c26 (diff) | |
parent | ef08e0fcf7a8c507ccd0e5c6f6ed8d43e9583370 (diff) |
Merge "Policy Executor Feature Toggle"
Diffstat (limited to 'cps-ncmp-rest/src/test/resources/application.yml')
-rw-r--r-- | cps-ncmp-rest/src/test/resources/application.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-ncmp-rest/src/test/resources/application.yml b/cps-ncmp-rest/src/test/resources/application.yml index 9df1e580f6..aa5716716b 100644 --- a/cps-ncmp-rest/src/test/resources/application.yml +++ b/cps-ncmp-rest/src/test/resources/application.yml @@ -26,4 +26,4 @@ notification: enabled: true async: executor: - time-out-value-in-ms: 2000
\ No newline at end of file + time-out-value-in-ms: 2000 |