merged
authorhuffman
Thu, 19 Feb 2009 05:50:26 -0800
changeset 29989 bdf83fc2c8ba
parent 29988 747f0c519090 (current diff)
parent 29984 015c56cc1864 (diff)
child 29990 b11793ea15a3
merged
--- a/src/Tools/auto_solve.ML	Wed Feb 18 20:53:58 2009 -0800
+++ b/src/Tools/auto_solve.ML	Thu Feb 19 05:50:26 2009 -0800
@@ -23,7 +23,7 @@
   structure FT = FindTheorems;
 
   val auto = ref false;
-  val auto_time_limit = ref 5000;
+  val auto_time_limit = ref 2500;
 
   fun seek_solution int state = let
       val ctxt = Proof.context_of state;