Skip to content

Commit

Permalink
Run CSJ and gdd tests more times by default
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Aug 5, 2024
1 parent c94e8ef commit 39b4877
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ import Test.Tasty.QuickCheck
import Test.Util.Orphans.IOLike ()
import Test.Util.PartialAccessors
import Test.Util.TestBlock (TestBlock)
import Test.Util.TestEnv (adjustQuickCheckMaxSize)
import Test.Util.TestEnv (adjustQuickCheckMaxSize, adjustQuickCheckTests)

tests :: TestTree
tests =
adjustQuickCheckTests (* 10) $
adjustQuickCheckMaxSize (`div` 5) $
testGroup
"CSJ"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ import Test.Util.TestEnv (adjustQuickCheckMaxSize,

tests :: TestTree
tests =
adjustQuickCheckTests (* 4) $
adjustQuickCheckTests (* 10) $
adjustQuickCheckMaxSize (`div` 5) $
testGroup "gdd" [
testProperty "basic" prop_densityDisconnectStatic,
Expand Down

0 comments on commit 39b4877

Please sign in to comment.