mirror of https://github.com/apache/cloudstack.git
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:
parent
6b28e03d6d
commit
07a6daf6cb
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue