Skip to content

Commit

Permalink
fix: increase max_test_rejects to 100_000
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2me committed May 4, 2024
1 parent 8274e4b commit b67f0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
test = "test"

[profile.ci]
fuzz = { runs = 10_000 }
fuzz = { runs = 10_000, max_test_rejects = 100_000 }
verbosity = 4

[fmt]
Expand Down

0 comments on commit b67f0aa

Please sign in to comment.