diff --git a/foundry.toml b/foundry.toml index d5ef26c..7b2d35a 100644 --- a/foundry.toml +++ b/foundry.toml @@ -13,7 +13,7 @@ test = "test" [profile.ci] - fuzz = { runs = 10_000 } + fuzz = { runs = 10_000, max_test_rejects = 100_000 } verbosity = 4 [fmt]