Skip to content

Commit a4c22f9

Browse files
committed
[ project & inject ] increase max discard ratio
1 parent a3a3869 commit a4c22f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Spec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import Prelude hiding ((^))
2828

2929
main :: IO ()
3030
main = do
31-
hspecWith defaultConfig {configQuickCheckMaxSuccess = Just 100} $ do
31+
hspecWith defaultConfig {configQuickCheckMaxDiscardRatio = Just 100, configQuickCheckMaxSuccess = Just 100} $ do
3232
describe "SimplifySpec" SimplifySpec.spec
3333
describe "CollisionSpec" CollisionSpec.spec
3434
describe "ProblemSpec" ProblemSpec.spec

0 commit comments

Comments
 (0)