X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fos.cpp;h=aa2da7f1746be1bda515b2cb7cb59e6d4ebc3c8a;hb=f1ab5dfc5878bc736fd185279a0ef7a185b2d8d8;hp=a18637c7724a8bc84c649f2cf67167fe819860ac;hpb=775466100f068d8ab24015a9600319e85191d892;p=lyx.git diff --git a/src/support/os.cpp b/src/support/os.cpp index a18637c772..aa2da7f174 100644 --- a/src/support/os.cpp +++ b/src/support/os.cpp @@ -11,6 +11,7 @@ #include +#include "debug.h" #include "filetools.h" #include "qstring_helpers.h" @@ -53,6 +54,12 @@ static string const python2(string const & binary, bool verbose = false) } +int timeout_min() +{ + return 3; +} + + string const python() { // Check whether the first python in PATH is the right one.