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
This commit is contained in:
Enrico Forestieri 2012-03-07 00:34:32 +00:00
parent b067c04309
commit 92c92effa4

View File

@ -56,7 +56,7 @@ static string const python2(string const & binary, bool verbose = false)
int timeout_min()
{
return 30;
return 3;
}