timeout in proper place (HOL-Quickcheck_Examples approx. 1min, HOL-Quickcheck_Benchmark approx. 1h);
authorwenzelm
Fri, 23 Nov 2012 22:16:52 +0100
changeset 50179 978200ae8473
parent 50178 ad52ddd35c3a
child 50181 bc3c4c89d5c9
timeout in proper place (HOL-Quickcheck_Examples approx. 1min, HOL-Quickcheck_Benchmark approx. 1h);
src/HOL/ROOT
--- a/src/HOL/ROOT	Fri Nov 23 18:28:00 2012 +0100
+++ b/src/HOL/ROOT	Fri Nov 23 22:16:52 2012 +0100
@@ -793,7 +793,7 @@
   theories MutabelleExtra
 
 session "HOL-Quickcheck_Examples" in Quickcheck_Examples = HOL +
-  options [timeout = 5400, document = false]
+  options [document = false]
   theories
     Quickcheck_Examples
   (* FIXME
@@ -805,7 +805,7 @@
     Quickcheck_Narrowing_Examples
 
 session "HOL-Quickcheck_Benchmark" in Quickcheck_Benchmark = HOL +
-  theories [condition = ISABELLE_FULL_TEST, quick_and_dirty]
+  theories [condition = ISABELLE_FULL_TEST, timeout = 5400, quick_and_dirty]
     Find_Unused_Assms_Examples
     Needham_Schroeder_No_Attacker_Example
     Needham_Schroeder_Guided_Attacker_Example