You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pf...@apache.org on 2015/09/24 04:44:54 UTC

svn commit: r1704977 - /openoffice/trunk/main/sccomp/source/solver/solver.cxx

Author: pfg
Date: Thu Sep 24 02:44:53 2015
New Revision: 1704977

URL: http://svn.apache.org/viewvc?rev=1704977&view=rev
Log:
solver: up the default timeout to 120 seconds.

When measuring time in seconds or minutes it is usually more
human-friendly to use multiples of 60.

Modified:
    openoffice/trunk/main/sccomp/source/solver/solver.cxx

Modified: openoffice/trunk/main/sccomp/source/solver/solver.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sccomp/source/solver/solver.cxx?rev=1704977&r1=1704976&r2=1704977&view=diff
==============================================================================
--- openoffice/trunk/main/sccomp/source/solver/solver.cxx (original)
+++ openoffice/trunk/main/sccomp/source/solver/solver.cxx Thu Sep 24 02:44:53 2015
@@ -143,7 +143,7 @@ SolverComponent::SolverComponent( const
     mbMaximize( sal_True ),
     mbNonNegative( sal_False ),
     mbInteger( sal_False ),
-    mnTimeout( 100 ),
+    mnTimeout( 120 ),
     mnEpsilonLevel( 0 ),
     mbLimitBBDepth( sal_True ),
     mbSuccess( sal_False ),