etc/options
changeset 73387 3b5196dac4c8
parent 73195 7295e0f19204
child 73533 543d5539306d
--- a/etc/options	Fri Mar 05 17:02:32 2021 +0100
+++ b/etc/options	Fri Mar 05 17:29:49 2021 +0100
@@ -66,7 +66,7 @@
   -- "additional print modes for prover output (separated by commas)"
 
 
-section "Parallel Processing"
+section "Parallel Processing and Timing"
 
 public option threads : int = 0
   -- "maximum number of worker threads for prover process (0 = hardware max.)"
@@ -87,6 +87,9 @@
 option command_timing_threshold : real = 0.1
   -- "default threshold for persistent command timing (seconds)"
 
+public option timeout_scale : real = 1.0
+  -- "scale factor for timeout in Isabelle/ML and session build"
+
 
 section "Detail of Proof Checking"
 
@@ -108,9 +111,6 @@
 option timeout : real = 0
   -- "timeout for session build job (seconds > 0)"
 
-option timeout_scale : real = 1.0
-  -- "scale factor for session timeout"
-
 option process_output_limit : int = 100
   -- "build process output limit (in million characters, 0 = unlimited)"