From: Jim Hahn Date: Thu, 13 Jun 2019 15:34:22 +0000 (-0400) Subject: Add heart beat interval to CSIT PAP config X-Git-Tag: 6.0.0-ONAP~270 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e889e25d59a713b7282663edb800bf2e6a605ebe;p=integration%2Fcsit.git Add heart beat interval to CSIT PAP config Only apex CSIT overrides PAP's defaultConfig.json, so only had to add the new parameter to that one file. Issue-ID: POLICY-1846 Signed-off-by: Jim Hahn Change-Id: Iba15c1db0d03dc42c8f5c058b9bc8e9ff55c42b4 --- diff --git a/scripts/policy/policy-apex-pdp/config/pap/defaultConfig.json b/scripts/policy/policy-apex-pdp/config/pap/defaultConfig.json index 32b6c30f..519060dd 100644 --- a/scripts/policy/policy-apex-pdp/config/pap/defaultConfig.json +++ b/scripts/policy/policy-apex-pdp/config/pap/defaultConfig.json @@ -9,6 +9,7 @@ "aaf": false }, "pdpParameters": { + "heartBeatMs": 120000, "updateParameters": { "maxRetryCount": 1, "maxWaitMs": 30000