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:
parent
8fa8dfdb8c
commit
73121e3f07
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user