Skip to content

Commit

Permalink
test: increase max_test_rejects for long running fuzz tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcoindev committed Jun 16, 2024
1 parent 62d4c8a commit 320f710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ src = 'src/dollar'

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

0 comments on commit 320f710

Please sign in to comment.