Merge pull request #47991 from kotreshhr/qa-fix-57446

qa: Fix test_subvolume_snapshot_info_if_orphan_clone

Reviewed-by: Rishabh Dave <ridave@redhat.com>
Reviewed-by: Ramana Raja <rraja@redhat.com>
This commit is contained in:
Rishabh Dave 2022-09-29 17:56:35 +05:30 committed by GitHub
commit fb25b0b17f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5779,7 +5779,7 @@ class TestSubvolumeSnapshotClones(TestVolumesHelper):
self._fs_cmd("subvolume", "snapshot", "create", self.volname, subvolume, snapshot)
# insert delay at the beginning of snapshot clone
self.config_set('mgr', 'mgr/volumes/snapshot_clone_delay', 5)
self.config_set('mgr', 'mgr/volumes/snapshot_clone_delay', 10)
# schedule a clones
for clone in clone_list: