diff --git a/tools/marvin/marvin/cloudstackTestClient.py b/tools/marvin/marvin/cloudstackTestClient.py index be93f3581cc..b1ed6a8a27c 100644 --- a/tools/marvin/marvin/cloudstackTestClient.py +++ b/tools/marvin/marvin/cloudstackTestClient.py @@ -38,7 +38,7 @@ class cloudstackTestClient(object): defaultWorkerThreads=10, logging=None): self.connection = \ - cloudstackConnection.cloudConnection(mgmtDetails, + cloudstackConnection.CloudConnection(mgmtDetails, asyncTimeout, logging) self.apiClient =\