src/Tools/try.ML
changeset 74870 d54b3c96ee50
parent 74561 8e6c973003c8
child 78709 ebafb2daabb7
--- a/src/Tools/try.ML	Fri Nov 26 16:25:58 2021 +0100
+++ b/src/Tools/try.ML	Tue Nov 30 11:31:07 2021 +0100
@@ -89,7 +89,7 @@
               val auto_time_limit = Options.default_real \<^system_option>\<open>auto_time_limit\<close>
             in
               if auto_time_limit > 0.0 then
-                (case Timeout.apply (seconds auto_time_limit) (fn () => body true state) () of
+                (case Timeout.apply_physical (seconds auto_time_limit) (fn () => body true state) () of
                   (true, (_, outcome)) => List.app Output.information outcome
                 | _ => ())
               else ()