Bug 198 - openmano_client.py throws timeout exception for openstack vim
[osm/SO.git] / models / openmano / python / rift / openmano / openmano_client.py
index 09fb43d..8a89ee1 100755 (executable)
@@ -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