| commit | 0d7f93741c04ca7bb33508935089b0a5551d1b03 | [log] [tgz] |
|---|---|---|
| author | tierno <alfonso.tiernosepulveda@telefonica.com> | Wed Sep 30 07:56:29 2020 +0000 |
| committer | tierno <alfonso.tiernosepulveda@telefonica.com> | Mon Oct 19 10:45:16 2020 +0000 |
| tree | 2dc6ec8ade086446ec9bc4304f3c1eff6e0e9b75 | |
| parent | 683eb39c709978c0206f2991599a9c3d94770a61 [diff] |
fix 1214: change timeout from 10min to 5min for k8s cluster creation Change-Id: I0dd2b24494f093a6cb07a068f307b54c64e189b0 Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/osm_lcm/vim_sdn.py b/osm_lcm/vim_sdn.py index 5184659..b2a1d74 100644 --- a/osm_lcm/vim_sdn.py +++ b/osm_lcm/vim_sdn.py
@@ -897,7 +897,7 @@ class K8sClusterLcm(LcmBase): - timeout_create = 600 + timeout_create = 300 def __init__(self, db, msg, fs, lcm_tasks, config, loop): """