From: Venky Shankar Date: Thu, 28 Jan 2021 12:18:50 +0000 (-0500) Subject: test: adjust sleep time to account for valgrind runs X-Git-Tag: v17.1.0~2889^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ebf248b14361817e72a3925928dc4cf520dd06dd;p=ceph.git 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 --- 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')