increasing timeout to avoid spurious failures
authorbulwahn
Wed, 13 Jul 2011 21:59:54 +0200
changeset 43803 06094d789512
parent 43802 534c5eb522a6
child 43804 eb9be23db2b7
increasing timeout to avoid spurious failures
src/HOL/ex/Quickcheck_Examples.thy
--- a/src/HOL/ex/Quickcheck_Examples.thy	Wed Jul 13 18:36:11 2011 +0200
+++ b/src/HOL/ex/Quickcheck_Examples.thy	Wed Jul 13 21:59:54 2011 +0200
@@ -21,6 +21,8 @@
 
 *}
 
+declare [[quickcheck_timeout = 3600]]
+
 subsection {* Lists *}
 
 theorem "map g (map f xs) = map (g o f) xs"