Fixes bug 2031: Increasing KDU instantiation timeout from 10 to 30 minutes. 72/12072/1
authorAlexis Romero <garomero@indra.es>
Tue, 17 May 2022 16:18:02 +0000 (18:18 +0200)
committerAlexis Romero <garomero@indra.es>
Wed, 18 May 2022 07:27:01 +0000 (09:27 +0200)
Change-Id: I402cf3987db41220abdb4196ea42339e41ddd2c7
Signed-off-by: Alexis Romero <garomero@indra.es>
osm_lcm/ns.py

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