We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a3869 commit a4c22f9Copy full SHA for a4c22f9
test/Spec.hs
@@ -28,7 +28,7 @@ import Prelude hiding ((^))
28
29
main :: IO ()
30
main = do
31
- hspecWith defaultConfig {configQuickCheckMaxSuccess = Just 100} $ do
+ hspecWith defaultConfig {configQuickCheckMaxDiscardRatio = Just 100, configQuickCheckMaxSuccess = Just 100} $ do
32
describe "SimplifySpec" SimplifySpec.spec
33
describe "CollisionSpec" CollisionSpec.spec
34
describe "ProblemSpec" ProblemSpec.spec
0 commit comments