CLOUDSTACK-4646: Increase the wait time for the routers to go into stopped state

Signed-off-by: venkataswamybabu budumuru <venkataswamybabu.budum...@citrix.com>
(cherry picked from commit 55ef4b8c3c6d583c7e4de4b11613db718c590b82)


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/07a6daf6
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/07a6daf6
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/07a6daf6

Branch: refs/heads/4.2
Commit: 07a6daf6cb8d096ee661362d57632302cbf12422
Parents: 6b28e03
Author: SrikanteswaraRao Talluri <kanti....@gmail.com>
Authored: Mon Sep 23 14:28:24 2013 +0530
Committer: venkataswamybabu budumuru <venkataswamybabu.budum...@citrix.com>
Committed: Mon Sep 30 15:16:21 2013 +0530

----------------------------------------------------------------------
 test/integration/component/test_redundant_router_cleanups.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/07a6daf6/test/integration/component/test_redundant_router_cleanups.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_redundant_router_cleanups.py 
b/test/integration/component/test_redundant_router_cleanups.py
index 303ca8b..e30c102 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,

Reply via email to