diff --git a/modules/console.cc b/modules/console.cc index 9441f9ee7..ba09c85fa 100644 --- a/modules/console.cc +++ b/modules/console.cc @@ -33,7 +33,7 @@ struct opt { std::ostream &out; bool html {false}; - seconds timeout {30}; + seconds timeout {45}; string_view special; operator std::ostream &()