# HG changeset patch # User bulwahn # Date 1318258065 -7200 # Node ID c15b0faeb70a25523264481d9d8608ec898f537d # Parent d78ec6c10fa13b7f0c61a5080c76b4b3ee5ac75f increasing values_timeout to avoid SML_makeall failures on our current tests diff -r d78ec6c10fa1 -r c15b0faeb70a src/HOL/Predicate_Compile_Examples/Specialisation_Examples.thy --- a/src/HOL/Predicate_Compile_Examples/Specialisation_Examples.thy Mon Oct 10 11:12:09 2011 +0200 +++ b/src/HOL/Predicate_Compile_Examples/Specialisation_Examples.thy Mon Oct 10 16:47:45 2011 +0200 @@ -2,7 +2,7 @@ imports Main "~~/src/HOL/Library/Predicate_Compile_Alternative_Defs" begin -declare [[values_timeout = 480.0]] +declare [[values_timeout = 960.0]] section {* Specialisation Examples *} @@ -260,4 +260,4 @@ thm subtype_refl'.equation -end \ No newline at end of file +end