From: Jos Collin Date: Fri, 16 Feb 2024 01:49:34 +0000 (+0530) Subject: added 2hrs sleep X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b75120a08b134af11038f9cdf414fff7216ea26d;p=ceph.git added 2hrs sleep --- diff --git a/qa/tasks/cephfs/test_mirroring.py b/qa/tasks/cephfs/test_mirroring.py index 8738907085fd4..0e4ba7acfb660 100644 --- a/qa/tasks/cephfs/test_mirroring.py +++ b/qa/tasks/cephfs/test_mirroring.py @@ -1182,8 +1182,9 @@ class TestMirroring(CephFSTestCase): # confirm if the sync completed self.check_sync_completed(self.primary_fs_name, self.primary_fs_id, peer_spec, f'/{repo_path}', 'snap_b', 2) + time.sleep(7200) self.verify_snapshot(repo_path, 'snap_b') - self.disable_mirroring(self.primary_fs_name, self.primary_fs_id) + #self.disable_mirroring(self.primary_fs_name, self.primary_fs_id) def test_cephfs_mirror_peer_add_primary(self): self.enable_mirroring(self.primary_fs_name, self.primary_fs_id)