From: ying.yunlong Date: Wed, 22 Nov 2017 09:28:26 +0000 (+0800) Subject: Modify vfc-lcm ns terminate time X-Git-Tag: v1.1.0~271 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=321644e68718242586be3677624bea1c649af877;p=vfc%2Fnfvo%2Flcm.git Modify vfc-lcm ns terminate time Change-Id: Id8415f5c7778fd6dcd49b751df1f3bea76b261c9 Issue-ID: VFC-589 Signed-off-by: ying.yunlong --- diff --git a/lcm/ns/ns_terminate.py b/lcm/ns/ns_terminate.py index d7c4bfa3..57ba659b 100644 --- a/lcm/ns/ns_terminate.py +++ b/lcm/ns/ns_terminate.py @@ -130,8 +130,8 @@ class TerminateNsService(threading.Thread): def wait_delete_vnf_job_finish(self, vnf_job_id): count = 0 - retry_count = 30 - interval_second = 1 + retry_count = 400 + interval_second = 2 response_id, new_response_id = 0, 0 job_end_normal, job_timeout = False, True while count < retry_count: