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:
parent
760cebf47d
commit
db5166fbfa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user