diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2021-09-03 17:22:30 +0100 |
---|---|---|
committer | Francesco Fiora <francesco.fiora@est.tech> | 2021-09-09 16:19:53 +0000 |
commit | 6b3c8bd96a66160714f768b185290ed765e23ec7 (patch) | |
tree | efa26831bf8128d159c1e8bcd463af390fe24be9 /participant/participant-impl/participant-impl-simulator/src/main/resources | |
parent | f16d42aec838b7e8faf39af2a3f46dfb5fed0605 (diff) |
Verify participant Simulator and messages
Add missing ControlLoopElementHandler in participant Simulator
and fix some message issues.
Issue-ID: POLICY-3628
Change-Id: I9f058c19aa18e070bac6ccaf98fdf7600d66d71e
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'participant/participant-impl/participant-impl-simulator/src/main/resources')
-rw-r--r-- | participant/participant-impl/participant-impl-simulator/src/main/resources/config/application.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/participant/participant-impl/participant-impl-simulator/src/main/resources/config/application.yaml b/participant/participant-impl/participant-impl-simulator/src/main/resources/config/application.yaml index c26749b4d..320b53805 100644 --- a/participant/participant-impl/participant-impl-simulator/src/main/resources/config/application.yaml +++ b/participant/participant-impl/participant-impl-simulator/src/main/resources/config/application.yaml @@ -13,7 +13,7 @@ server: participant: intermediaryParameters: - reportingTimeIntervalMs: 120000 + reportingTimeIntervalMs: 60000 description: Participant Description participantId: name: org.onap.PM_CDS_Blueprint |