fix 1214: change timeout from 10min to 5min for k8s cluster creation 73/9873/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 30 Sep 2020 07:56:29 +0000 (07:56 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Mon, 19 Oct 2020 10:45:16 +0000 (10:45 +0000)
Change-Id: I0dd2b24494f093a6cb07a068f307b54c64e189b0
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
osm_lcm/vim_sdn.py

index 5184659..b2a1d74 100644 (file)
@@ -897,7 +897,7 @@ class SdnLcm(LcmBase):
 
 
 class K8sClusterLcm(LcmBase):
-    timeout_create = 600
+    timeout_create = 300
 
     def __init__(self, db, msg, fs, lcm_tasks, config, loop):
         """