aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-rest/src/main/java/org/onap/cps
diff options
context:
space:
mode:
authorSourabh Sourabh <sourabh.sourabh@est.tech>2024-03-15 10:13:55 +0000
committerGerrit Code Review <gerrit@onap.org>2024-03-15 10:13:55 +0000
commitbf75ff4d43dc9eb459deaf61920de22cf5c6f1ea (patch)
tree1a6c778dd434fe2781031d4ff45bfa56af405090 /cps-ncmp-rest/src/main/java/org/onap/cps
parentd3e072ae96603d9ea73b4b8387b4b48827642c98 (diff)
parent6b0e6b3a95ceb566059351a9635e35e0c265ad1c (diff)
Merge "[Bug] Removing inner TaskExecutor to call DMI"
Diffstat (limited to 'cps-ncmp-rest/src/main/java/org/onap/cps')
-rw-r--r--cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/handlers/NcmpDatastoreRequestHandler.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/handlers/NcmpDatastoreRequestHandler.java b/cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/handlers/NcmpDatastoreRequestHandler.java
index 8b0809090..65410d3a3 100644
--- a/cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/handlers/NcmpDatastoreRequestHandler.java
+++ b/cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/handlers/NcmpDatastoreRequestHandler.java
@@ -1,6 +1,6 @@
/*
* ============LICENSE_START=======================================================
- * Copyright (C) 2022-2023 Nordix Foundation
+ * Copyright (C) 2022-2024 Nordix Foundation
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -39,7 +39,7 @@ public abstract class NcmpDatastoreRequestHandler {
private static final String NO_REQUEST_ID = null;
private static final String NO_TOPIC = null;
- @Value("${notification.async.executor.time-out-value-in-ms:2000}")
+ @Value("${notification.async.executor.time-out-value-in-ms:60000}")
protected int timeOutInMilliSeconds;
@Value("${notification.enabled:true}")