diff options
author | ecaiyanlinux <martin.c.yan@est.tech> | 2021-02-03 21:22:21 +0000 |
---|---|---|
committer | ecaiyanlinux <martin.c.yan@est.tech> | 2021-02-03 21:22:21 +0000 |
commit | 915128ff86d1c5046650ea75434b627d1f86ac25 (patch) | |
tree | 01a6b1ae9fa7d5d76ffca05f3a90e815aeaf4dfb /plans | |
parent | 020bc4cedc49e9c3a242618992949c6bc0fd79de (diff) |
Increase the waiting time for synchronization
When using SDNC in nonrtric, it takes more time to synchronize
between nonrtric and near-rt-ric
Issue-ID: CCSDK-3090
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Change-Id: I67e60a0bdf9da764fe9d0a036e48ecb90de6f1a4
Diffstat (limited to 'plans')
-rwxr-xr-x | plans/ccsdk-oran/polmansuite/data/preparePmsData.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plans/ccsdk-oran/polmansuite/data/preparePmsData.sh b/plans/ccsdk-oran/polmansuite/data/preparePmsData.sh index 65a957e3..9644a41d 100755 --- a/plans/ccsdk-oran/polmansuite/data/preparePmsData.sh +++ b/plans/ccsdk-oran/polmansuite/data/preparePmsData.sh @@ -86,7 +86,7 @@ expect="Policy type 2 is OK.201" checkRes echo -e "\n" -for i in {1..12}; do +for i in {1..30}; do echo "policy types from policy agent:" curlString="curl -skw %{http_code} $httpx://localhost:$policy_agent_port/a1-policy/v2/policy-types" res=$($curlString) |