From: velandy Date: Fri, 10 Feb 2017 15:54:35 +0000 (+0000) Subject: Bug 198 - openmano_client.py throws timeout exception for openstack vim X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FSO.git;a=commitdiff_plain;h=7c64096b82d9c81d3fbbfaf96b050af4af8efdf4 Bug 198 - openmano_client.py throws timeout exception for openstack vim Signed-off-by: velandy --- 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