diff --git a/construct/console.cc b/construct/console.cc index 260c30456..ac2c7f57c 100644 --- a/construct/console.cc +++ b/construct/console.cc @@ -320,7 +320,7 @@ handle_line_bymodule(const string_view &line) }; std::cout << substr << std::flush; - ctx::sleep(milliseconds(25)); + ctx::sleep(milliseconds(50)); } if(!endswith(str, '\n'))