some timeouts, which modify the build order;
authorwenzelm
Sat, 04 Aug 2012 22:50:56 +0200
changeset 48679 5741f2152f5e
parent 48678 ff27af15530c
child 48680 463daacae6c2
some timeouts, which modify the build order;
src/HOL/ROOT
--- a/src/HOL/ROOT	Sat Aug 04 22:23:48 2012 +0200
+++ b/src/HOL/ROOT	Sat Aug 04 22:50:56 2012 +0200
@@ -162,7 +162,7 @@
 
     Testing Metis and Sledgehammer.
   *}
-  options [document = false]
+  options [timeout = 3600, document = false]
   theories
     Abstraction
     Big_O
@@ -399,7 +399,7 @@
 
 session ex = HOL +
   description {* Miscellaneous examples for Higher-Order Logic. *}
-  options [condition = ISABELLE_POLYML]
+  options [timeout = 3600, condition = ISABELLE_POLYML]
   theories [document = false]
     "~~/src/HOL/Library/State_Monad"
     Code_Nat_examples
@@ -580,7 +580,7 @@
   theories Nominal
 
 session Examples in "Nominal/Examples" = "HOL-Nominal" +
-  options [condition = ISABELLE_POLYML, document = false]
+  options [timeout = 3600, condition = ISABELLE_POLYML, document = false]
   theories Nominal_Examples
   theories [quick_and_dirty] VC_Condition
 
@@ -737,7 +737,7 @@
   theories MutabelleExtra
 
 session Quickcheck_Examples = HOL +
-  options [document = false]
+  options [timeout = 3600, document = false]
   theories
     Quickcheck_Examples (* FIXME more *)
   theories [condition = ISABELLE_GHC]