Modify vfc-lcm ns terminate time 45/24845/1
authorying.yunlong <ying.yunlong@zte.com.cn>
Wed, 22 Nov 2017 09:28:26 +0000 (17:28 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Wed, 22 Nov 2017 09:28:26 +0000 (17:28 +0800)
Change-Id: Id8415f5c7778fd6dcd49b751df1f3bea76b261c9
Issue-ID: VFC-589
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
lcm/ns/ns_terminate.py

index d7c4bfa..57ba659 100644 (file)
@@ -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: