1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

tests: extend test timeout to 180sec

Some test could take more then minute (with slow udev and slow
emulation) - extend timeout to 180sec.
This commit is contained in:
Zdenek Kabelac 2015-03-11 10:46:51 +01:00
parent 760cebf47d
commit db5166fbfa

View File

@ -650,7 +650,7 @@ struct Options {
int timeout;
Options() : verbose( false ), batch( false ), interactive( false ),
cont( false ), fatal_timeouts( false ), kmsg( false ),
timeout( 60 ) {}
timeout( 180 ) {}
};
struct TestProcess