mirror of https://github.com/apache/cloudstack.git
Add missing sleep
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
9e1c0ddaec
commit
12be2221ed
|
|
@ -1523,7 +1523,7 @@ class TestRvRRedundancy(cloudstackTestCase):
|
|||
self.fail("Failed to stop BACKUP router: %s" % e)
|
||||
|
||||
# wait for VR to update state
|
||||
time.sleep(self.update_waiting_time)
|
||||
time.sleep(self.services["sleep"])
|
||||
|
||||
self.debug("Checking state of the backup router in %s" % self.network.name)
|
||||
routers = Router.list(
|
||||
|
|
|
|||
Loading…
Reference in New Issue