1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

lvmdbustest: Increase number of LVs

As storage is getting faster, we need to create more LVs to pass this test.
This commit is contained in:
Tony Asleson 2022-06-06 10:01:18 -05:00
parent 8fa8dfdb8c
commit 73121e3f07

View File

@ -1170,7 +1170,7 @@ class TestDbusService(unittest.TestCase):
return
# This may not pass
for i in [64, 128]:
for i in [128, 256]:
yes = self._test_expired_timer(i)
if yes:
break