diff --git a/templateparser.cpp b/templateparser.cpp index 6faa5b47b..9307a8835 100644 --- a/templateparser.cpp +++ b/templateparser.cpp @@ -47,7 +47,7 @@ namespace KMail { -static const int PipeTimeout = 15; +static const int PipeTimeout = 15 * 1000; TemplateParser::TemplateParser( KMMessage *amsg, const Mode amode, const QString &aselection,