author | bulwahn |
Mon, 28 Nov 2011 12:13:27 +0100 | |
changeset 45658 | c2c647a4c237 |
parent 45657 | 862d68ee10f3 |
child 45659 | 09539cdffcd7 |
--- a/src/HOL/ex/Quickcheck_Narrowing_Examples.thy Sun Nov 27 23:12:03 2011 +0100 +++ b/src/HOL/ex/Quickcheck_Narrowing_Examples.thy Mon Nov 28 12:13:27 2011 +0100 @@ -98,7 +98,7 @@ lemma "list_all2 P (rev xs) (rev ys) = list_all2 P xs (rev ys)" - quickcheck[tester = narrowing, finite_types = false, expect = counterexample] + quickcheck[tester = narrowing, finite_types = false, expect = counterexample, timeout = 60] oops lemma "map f xs = F f xs"