cleanup before unsubscribing

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40517 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2011-12-18 12:03:42 +00:00
parent 7f14df4af4
commit 56cbb9eb11

View File

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