From ffb7cb41574c5ea183270a100aeef8a8bc157593 Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Thu, 29 May 2008 00:47:12 -0500 Subject: [PATCH] Bumped up max tests; yielded problem in all changes --- testsrc/runtests.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsrc/runtests.hs b/testsrc/runtests.hs index d1cfec6..756e3a6 100644 --- a/testsrc/runtests.hs +++ b/testsrc/runtests.hs @@ -194,7 +194,7 @@ prop_diffCollection coll1 coll2 = in coll2 @=? newcoll2 q :: Testable a => String -> a -> HU.Test -q = qccheck defaultConfig +q = qccheck (defaultConfig {configMaxTest = 250}) allt = [q "Empty" prop_empty, q "Del all from child" prop_delAllFromChild, -- 2.39.2