]> code.delx.au - offlineimap/commitdiff
Bumped up max tests; yielded problem in all changes
authorJohn Goerzen <jgoerzen@complete.org>
Thu, 29 May 2008 05:47:12 +0000 (00:47 -0500)
committerJohn Goerzen <jgoerzen@complete.org>
Thu, 29 May 2008 05:47:12 +0000 (00:47 -0500)
testsrc/runtests.hs

index d1cfec643739b759cddefdc4100baa9fcd3640a1..756e3a6fdce28bfef6bc74fd0c7afc5b5505a948 100644 (file)
@@ -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,