Valgrind make everything run slow. So, increase wait timeouts
wherever necessary.
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit
ebf248b14361817e72a3925928dc4cf520dd06dd)
blocklist = self.get_blocklisted_instances()
self.assertTrue(rados_inst in blocklist)
- time.sleep(240)
+ time.sleep(500)
self.check_peer_status(self.primary_fs_name, self.primary_fs_id,
"client.mirror_remote@ceph", '/d0', 'snap0', expected_snap_count=1)
self.verify_snapshot('d0', 'snap0')