Skip to content

Commit

Permalink
chore: increase max_test_rejects to 90000
Browse files Browse the repository at this point in the history
Avoid too many rejects error in vm.assume fuzz tests.
Described at foundry-rs/foundry#1202
  • Loading branch information
gitcoindev committed May 27, 2024
1 parent dc0125c commit df22fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ src = 'src/dollar'

[profile.intense.fuzz]
runs = 100000
max_test_rejects = 90000

0 comments on commit df22fef

Please sign in to comment.