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

Signed-off-by: venkataswamybabu budumuru <venkataswamybabu.budumuru@citrix.com>
(cherry picked from commit 55ef4b8c3c)
This commit is contained in:
SrikanteswaraRao Talluri 2013-09-23 14:28:24 +05:30 committed by venkataswamybabu budumuru
parent 6b28e03d6d
commit 07a6daf6cb
1 changed files with 1 additions and 1 deletions

View File

@ -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,