mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +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;
|
int timeout;
|
||||||
Options() : verbose( false ), batch( false ), interactive( false ),
|
Options() : verbose( false ), batch( false ), interactive( false ),
|
||||||
cont( false ), fatal_timeouts( false ), kmsg( false ),
|
cont( false ), fatal_timeouts( false ), kmsg( false ),
|
||||||
timeout( 60 ) {}
|
timeout( 180 ) {}
|
||||||
};
|
};
|
||||||
|
|
||||||
struct TestProcess
|
struct TestProcess
|
||||||
|
Loading…
Reference in New Issue
Block a user