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