Skip to content

Commit

Permalink
test: increase "max_test_rejects"
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jun 13, 2024
1 parent ca2a23b commit 069422f
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 @@ -12,7 +12,7 @@
verbosity = 2

[profile.default.fuzz]
max_test_rejects = 100_000 # Number of times `vm.assume` can fail
max_test_rejects = 150_000 # Number of times `vm.assume` can fail
runs = 100

[profile.lite.fuzz]
Expand Down

0 comments on commit 069422f

Please sign in to comment.