summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhaoliping123 <zhaoliping@chinamobile.com>2020-04-07 14:52:55 +0800
committerzhaoliping123 <zhaoliping@chinamobile.com>2020-04-07 14:53:17 +0800
commitcb8ef50a9d14951c8f4abecf0364378d48ad326a (patch)
tree5c56a2c631aa09a2c575180f5f8d472baf53da29
parentb43bc86a925c25c423588e074b3244c497b6c8b7 (diff)
Update terminate vnf code
Issue-ID: VFC-1654 Change-Id: If9cf774ecb4dc014a5dbec941238105e2cb588b3 Signed-off-by: zhaoliping123 <zhaoliping@chinamobile.com>
-rw-r--r--gvnfmadapter/driver/interfaces/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gvnfmadapter/driver/interfaces/views.py b/gvnfmadapter/driver/interfaces/views.py
index 3aec4d9..28bd3af 100644
--- a/gvnfmadapter/driver/interfaces/views.py
+++ b/gvnfmadapter/driver/interfaces/views.py
@@ -573,7 +573,7 @@ def get_vnfminfo_from_nslcm(vnfm_id):
return json.JSONDecoder().decode(ret[1])
-def wait4job(vnfm_id, job_id, gracefulTerminationTimeout=1200, retry_count=60, interval_second=3):
+def wait4job(vnfm_id, job_id, gracefulTerminationTimeout=1200, retry_count=600, interval_second=3):
logger.debug("[wait4job] vnfm_id=[%s],jobId=[%s],gracefulTerminationTimeout=[%s]",
vnfm_id, job_id, gracefulTerminationTimeout)
count = 0