summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-03-11 10:46:51 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2015-03-11 11:02:35 +0100
commitdb5166fbfab2c7455fd97fd73afc6c1139b0ddc4 (patch)
tree3765f138515fd64d815c771d97ea90c9d034aa5d
parent760cebf47dde020b42e44b35a0ad81204b6047e5 (diff)
downloadlvm2-db5166fbfab2c7455fd97fd73afc6c1139b0ddc4.tar.gz
tests: extend test timeout to 180sec
Some test could take more then minute (with slow udev and slow emulation) - extend timeout to 180sec.
-rw-r--r--test/lib/brick-shelltest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/brick-shelltest.h b/test/lib/brick-shelltest.h
index d67b164b9..4f0e1bfc4 100644
--- a/test/lib/brick-shelltest.h
+++ b/test/lib/brick-shelltest.h
@@ -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