This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/test/lib aux.sh


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@sourceware.org	2011-07-08 10:05:43

Modified files:
	test/lib       : aux.sh 

Log message:
	Increase timeout for udev settle
	
	For some unknown reason (atm) udev settle takes longer time on recent rawhide.
	To pass the test - inrease the settle timeout.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/lib/aux.sh.diff?cvsroot=lvm2&r1=1.26&r2=1.27

--- LVM2/test/lib/aux.sh	2011/07/01 14:09:20	1.26
+++ LVM2/test/lib/aux.sh	2011/07/08 10:05:43	1.27
@@ -426,7 +426,7 @@
 	if test -n "$1" ; then
 		udevadm settle --exit-if-exists=$1
 	else
-		udevadm settle --timeout=5 
+		udevadm settle --timeout=15
 	fi
 }
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]