| commit | ab16ae8f1d6232c46a0c80eb5c8aa6d26ef8b4dd | [log] [tgz] |
|---|---|---|
| author | Alexis Romero <garomero@indra.es> | Tue May 17 18:18:02 2022 +0200 |
| committer | cubag <gcuba@whitestack.com> | Fri May 27 22:23:40 2022 +0200 |
| tree | 8fd2234c44483735eedf70d39be24a7569341fc8 | |
| parent | 1b2b840cfdc739e2c7dcd49dafd38577124c58b2 [diff] |
Fixes bug 2031: Increasing KDU instantiation timeout from 10 to 30 minutes. Change-Id: I402cf3987db41220abdb4196ea42339e41ddd2c7 Signed-off-by: Alexis Romero <garomero@indra.es>
diff --git a/osm_lcm/ns.py b/osm_lcm/ns.py index a38cc4d..c79d362 100644 --- a/osm_lcm/ns.py +++ b/osm_lcm/ns.py
@@ -3575,7 +3575,7 @@ vnfd_with_id, k8s_instance_info, k8params=desc_params, - timeout=600, + timeout=1800, vca_id=vca_id, ) )