From ebf248b14361817e72a3925928dc4cf520dd06dd Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Thu, 28 Jan 2021 07:18:50 -0500 Subject: [PATCH] test: adjust sleep time to account for valgrind runs Valgrind make everything run slow. So, increase wait timeouts wherever necessary. Signed-off-by: Venky Shankar --- qa/tasks/cephfs/test_mirroring.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/cephfs/test_mirroring.py b/qa/tasks/cephfs/test_mirroring.py index b1a6c6bf7df5..2994f1ccc231 100644 --- a/qa/tasks/cephfs/test_mirroring.py +++ b/qa/tasks/cephfs/test_mirroring.py @@ -596,7 +596,7 @@ class TestMirroring(CephFSTestCase): 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') -- 2.47.3