From 05d40b3142956317c79ef318e204c42f8918289c Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Tue, 13 Apr 2010 06:24:20 +0000 Subject: [PATCH] For the testsuite, set a default polling interval to 0 in lvm.conf. Cuts down testing time considerably. --- test/test-utils.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-utils.sh b/test/test-utils.sh index be1778cd8..69165bac2 100644 --- a/test/test-utils.sh +++ b/test/test-utils.sh @@ -373,6 +373,7 @@ prepare_lvmconf() { activation { udev_sync = 1 udev_rules = 1 + polling_interval = 0 } EOF cat $TESTDIR/etc/lvm.conf -- 2.43.5