mirror of
git://sourceware.org/git/lvm2.git
synced 2025-08-02 04:22:02 +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:
@ -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
|
||||
|
Reference in New Issue
Block a user