Fixes bug 2031: Increasing KDU instantiation timeout from 10 to 30 minutes. 70/12070/5
authorAlexis Romero <garomero@indra.es>
Tue, 17 May 2022 16:18:02 +0000 (18:18 +0200)
committercubag <gcuba@whitestack.com>
Fri, 27 May 2022 20:23:40 +0000 (22:23 +0200)
Change-Id: I402cf3987db41220abdb4196ea42339e41ddd2c7
Signed-off-by: Alexis Romero <garomero@indra.es>
osm_lcm/ns.py

index a38cc4d..c79d362 100644 (file)
@@ -3575,7 +3575,7 @@ class NsLcm(LcmBase):
                             vnfd_with_id,
                             k8s_instance_info,
                             k8params=desc_params,
-                            timeout=600,
+                            timeout=1800,
                             vca_id=vca_id,
                         )
                     )