From 07a6daf6cb8d096ee661362d57632302cbf12422 Mon Sep 17 00:00:00 2001 From: SrikanteswaraRao Talluri Date: Mon, 23 Sep 2013 14:28:24 +0530 Subject: [PATCH] CLOUDSTACK-4646: Increase the wait time for the routers to go into stopped state Signed-off-by: venkataswamybabu budumuru (cherry picked from commit 55ef4b8c3c6d583c7e4de4b11613db718c590b82) --- test/integration/component/test_redundant_router_cleanups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_redundant_router_cleanups.py b/test/integration/component/test_redundant_router_cleanups.py index 303ca8b8da6..e30c1020243 100644 --- a/test/integration/component/test_redundant_router_cleanups.py +++ b/test/integration/component/test_redundant_router_cleanups.py @@ -653,7 +653,7 @@ class TestRedundantRouterNetworkCleanups(cloudstackTestCase): self.debug("Sleeping for network gc wait + interval time") # Sleep to ensure that all resources are deleted - time.sleep((delay + exp) * 2) + time.sleep((delay + exp) * 3) routers = Router.list( self.apiclient,