aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-controlloop/src/test/resources/parameters/InstantiationConfigParametersStd.json
diff options
context:
space:
mode:
authorAjith Sreekumar <ajith.sreekumar@bell.ca>2021-06-29 08:38:16 +0000
committerGerrit Code Review <gerrit@onap.org>2021-06-29 08:38:16 +0000
commitfef5b8c6cf7b5999d4ca9b3dbd65121b73076d01 (patch)
treeef4bc4036c1a108c3d45a1bfdbae815d98bbcadd /runtime-controlloop/src/test/resources/parameters/InstantiationConfigParametersStd.json
parent077406d881b8b03456f76d246a4db44d13780999 (diff)
parenta3482504ead21591265027629da810dac2290603 (diff)
Merge "Refactor participant event handling"
Diffstat (limited to 'runtime-controlloop/src/test/resources/parameters/InstantiationConfigParametersStd.json')
-rw-r--r--runtime-controlloop/src/test/resources/parameters/InstantiationConfigParametersStd.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime-controlloop/src/test/resources/parameters/InstantiationConfigParametersStd.json b/runtime-controlloop/src/test/resources/parameters/InstantiationConfigParametersStd.json
index 410c35684..3d5a7dfca 100644
--- a/runtime-controlloop/src/test/resources/parameters/InstantiationConfigParametersStd.json
+++ b/runtime-controlloop/src/test/resources/parameters/InstantiationConfigParametersStd.json
@@ -1,8 +1,13 @@
{
"name": "ControlLoopRuntimeGroup",
+ "supervisionScannerIntervalSec": 1000,
+ "participantStateChangeIntervalSec": 1000,
+ "participantClUpdateIntervalSec": 1000,
+ "participantClStateChangeIntervalSec": 1000,
"restServerParameters": {
"host": "0.0.0.0",
- "port": ${port},
+ "port": ${port
+ },
"userName": "healthcheck",
"password": "zb!XztG34",
"https": false,