]> sourceware.org Git - lvm2.git/commitdiff
Increase check timeout again.
authorMilan Broz <mbroz@redhat.com>
Wed, 2 Mar 2011 20:14:39 +0000 (20:14 +0000)
committerMilan Broz <mbroz@redhat.com>
Wed, 2 Mar 2011 20:14:39 +0000 (20:14 +0000)
It fails on my s390x Hercules emulator otherwise. :)

test/t-mirror-names.sh

index aae7cf53db2385937f8dfe131854459c57dbef65..989808b2292b3058e065a87769cc8fcbcd41f129 100644 (file)
@@ -120,7 +120,7 @@ prepare_lvs_
 
 #COMM "converting mirror names is ${lv1}_mimagetmp_2"
 lvcreate -l2 -m1 -n $lv1 $vg 
-lvconvert -m+1 -i+10 -b $vg/$lv1
+lvconvert -m+1 -i+40 -b $vg/$lv1
 convlv=$(lv_convert_lv_ "$vg/$lv1") 
 test "$convlv" = "$lv1"_mimagetmp_2 
 lv_devices_ $vg/$lv1 "$convlv" "$lv1"_mimage_2 
This page took 0.040558 seconds and 5 git commands to generate.