diff options
Diffstat (limited to 'cps-ncmp-rest/src/test/resources/application.yml')
-rw-r--r-- | cps-ncmp-rest/src/test/resources/application.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cps-ncmp-rest/src/test/resources/application.yml b/cps-ncmp-rest/src/test/resources/application.yml index f2ca8c759b..0241696c5b 100644 --- a/cps-ncmp-rest/src/test/resources/application.yml +++ b/cps-ncmp-rest/src/test/resources/application.yml @@ -21,3 +21,8 @@ rest: api: ncmp-base-path: /ncmp ncmp-inventory-base-path: /ncmpInventory + +notification: + async: + executor: + time-out-value-in-ms: 2000
\ No newline at end of file |