]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test: adjust sleep time to account for valgrind runs
authorVenky Shankar <vshankar@redhat.com>
Thu, 28 Jan 2021 12:18:50 +0000 (07:18 -0500)
committerVenky Shankar <vshankar@redhat.com>
Tue, 23 Feb 2021 06:19:35 +0000 (01:19 -0500)
Valgrind make everything run slow. So, increase wait timeouts
wherever necessary.

Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit ebf248b14361817e72a3925928dc4cf520dd06dd)

qa/tasks/cephfs/test_mirroring.py

index b1a6c6bf7df5cef6bdef080bcac66a445b408f7a..2994f1ccc231ff5ff88d774e59dd6bacdb8efaad 100644 (file)
@@ -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')