]> sourceware.org Git - lvm2.git/commitdiff
tests: extend test timeout to 180sec
authorZdenek Kabelac <zkabelac@redhat.com>
Wed, 11 Mar 2015 09:46:51 +0000 (10:46 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 11 Mar 2015 10:02:35 +0000 (11:02 +0100)
Some test could take more then minute (with slow udev and slow
emulation) - extend timeout to 180sec.

test/lib/brick-shelltest.h

index d67b164b9b482844db115af07cbcf6a1fa5463d1..4f0e1bfc4dce25b40524fb4d04e37e536634c206 100644 (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
This page took 0.039821 seconds and 5 git commands to generate.