mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Add missing sleep
Signed-off-by: Prasanna Santhanam <tsp@apache.org> (cherry picked from commit 22da47087b0ed67bb8bf30b92b1199cc67898150)
This commit is contained in:
parent
fd793f7fb6
commit
14a889df36
@ -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…
x
Reference in New Issue
Block a user