src/HOL/Mutabelle/mutabelle_extra.ML
changeset 56467 8d7d6f17c6a7
parent 56245 84fc7dfa3cd4
child 58111 82db9ad610b9
--- a/src/HOL/Mutabelle/mutabelle_extra.ML	Tue Apr 08 14:56:55 2014 +0200
+++ b/src/HOL/Mutabelle/mutabelle_extra.ML	Tue Apr 08 14:59:36 2014 +0200
@@ -124,7 +124,7 @@
             | SOME _ => (GenuineCex, Quickcheck.timings_of result)
           end) ()
   handle TimeLimit.TimeOut =>
-         (Timeout, [("timelimit", Real.floor (Options.default_real @{option auto_time_limit}))])
+         (Timeout, [("timelimit", Real.floor (Options.default_real @{system_option auto_time_limit}))])
 
 fun quickcheck_mtd change_options quickcheck_generator =
   ("quickcheck_" ^ quickcheck_generator, invoke_quickcheck change_options)