Fixes bug 2031: Increasing KDU instantiation timeout from 10 to 30 minutes. 73/12073/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:28:09 +0000 (09:28 +0200)
Change-Id: I402cf3987db41220abdb4196ea42339e41ddd2c7
Signed-off-by: Alexis Romero <garomero@indra.es>
osm_lcm/ns.py

index 8b9a99a..6df1c0a 100644 (file)
@@ -3350,7 +3350,7 @@ class NsLcm(LcmBase):
                             vnfd_with_id,
                             k8s_instance_info,
                             k8params=desc_params,
-                            timeout=600,
+                            timeout=1800,
                             vca_id=vca_id,
                         )
                     )