X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=models%2Fopenmano%2Fpython%2Frift%2Fopenmano%2Fopenmano_client.py;h=8a89ee1a858f0f9d65e73c8e919491bec2df9f64;hb=7c64096b82d9c81d3fbbfaf96b050af4af8efdf4;hp=09fb43dbe0f8f054fb6375275e3a8bf731dba4a1;hpb=fe8b07516ed51d0298f2defca8b7fb25366d912d;p=osm%2FSO.git diff --git a/models/openmano/python/rift/openmano/openmano_client.py b/models/openmano/python/rift/openmano/openmano_client.py index 09fb43db..8a89ee1a 100755 --- a/models/openmano/python/rift/openmano/openmano_client.py +++ b/models/openmano/python/rift/openmano/openmano_client.py @@ -96,7 +96,7 @@ class OpenmanoHttpAPI(object): class OpenmanoCliAPI(object): """ This class implements the necessary funtionality to interact with """ - CMD_TIMEOUT = 30 + CMD_TIMEOUT = 120 def __init__(self, log, host, port, tenant): self._log = log