X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fos.cpp;h=aa2da7f1746be1bda515b2cb7cb59e6d4ebc3c8a;hb=0a9735c5f7bbbaa24ac2e3e4fa745c6dfbc95a18;hp=f36331ccccac11eca163b00e8394b57dd1d0fd50;hpb=ef4f08daef4a35e7679114fe814a326d6df633f6;p=lyx.git diff --git a/src/support/os.cpp b/src/support/os.cpp index f36331cccc..aa2da7f174 100644 --- a/src/support/os.cpp +++ b/src/support/os.cpp @@ -54,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.