From 92c92effa419520ac32fd3bbe0e616421e8d2fed Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Wed, 7 Mar 2012 00:34:32 +0000 Subject: [PATCH] First timeout after 3 mins, not 30. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40882 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/os.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/support/os.cpp b/src/support/os.cpp index 38c6374768..aa2da7f174 100644 --- a/src/support/os.cpp +++ b/src/support/os.cpp @@ -56,7 +56,7 @@ static string const python2(string const & binary, bool verbose = false) int timeout_min() { - return 30; + return 3; } -- 2.39.5