From 7c64096b82d9c81d3fbbfaf96b050af4af8efdf4 Mon Sep 17 00:00:00 2001 From: velandy Date: Fri, 10 Feb 2017 15:54:35 +0000 Subject: [PATCH] Bug 198 - openmano_client.py throws timeout exception for openstack vim Signed-off-by: velandy --- models/openmano/python/rift/openmano/openmano_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1