]> git.lyx.org Git - features.git/commitdiff
First timeout after 3 mins, not 30.
authorEnrico Forestieri <forenr@lyx.org>
Wed, 7 Mar 2012 00:34:32 +0000 (00:34 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Wed, 7 Mar 2012 00:34:32 +0000 (00:34 +0000)
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

index 38c637476822dcd24dc54276ea09af99b84e2eda..aa2da7f1746be1bda515b2cb7cb59e6d4ebc3c8a 100644 (file)
@@ -56,7 +56,7 @@ static string const python2(string const & binary, bool verbose = false)
 
 int timeout_min()
 {
-       return 30;
+       return 3;
 }