diff --git a/lib/core/test/unit/Cardano/Wallet/Primitive/Migration/PlanningSpec.hs b/lib/core/test/unit/Cardano/Wallet/Primitive/Migration/PlanningSpec.hs index 49c4cc2f39a..f4302c6394a 100644 --- a/lib/core/test/unit/Cardano/Wallet/Primitive/Migration/PlanningSpec.hs +++ b/lib/core/test/unit/Cardano/Wallet/Primitive/Migration/PlanningSpec.hs @@ -145,12 +145,12 @@ instance Arbitrary (Giant ArgsForCreatePlan) where prop_createPlan_small :: Blind (Small ArgsForCreatePlan) -> Property prop_createPlan_small (Blind (Small args)) = - withMaxSuccess 1000 $ + withMaxSuccess 100 $ prop_createPlan args prop_createPlan_large :: Blind (Large ArgsForCreatePlan) -> Property prop_createPlan_large (Blind (Large args)) = - withMaxSuccess 100 $ + withMaxSuccess 10 $ prop_createPlan args prop_createPlan_giant :: Blind (Giant ArgsForCreatePlan) -> Property