projects
/
osm
/
LCM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
683eb39
)
fix 1214: change timeout from 10min to 5min for k8s cluster creation
73/9873/1
author
tierno
<alfonso.tiernosepulveda@telefonica.com>
Wed, 30 Sep 2020 07:56:29 +0000
(07:56 +0000)
committer
tierno
<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
patch
|
blob
|
history
diff --git
a/osm_lcm/vim_sdn.py
b/osm_lcm/vim_sdn.py
index
5184659
..
b2a1d74
100644
(file)
--- a/
osm_lcm/vim_sdn.py
+++ b/
osm_lcm/vim_sdn.py
@@
-897,7
+897,7
@@
class SdnLcm(LcmBase):
class K8sClusterLcm(LcmBase):
- timeout_create =
6
00
+ timeout_create =
3
00
def __init__(self, db, msg, fs, lcm_tasks, config, loop):
"""