Skip to content

Commit

Permalink
Lower fuzz runs to 5000 (#4835)
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw authored Jan 18, 2024
1 parent b27cd83 commit 72c642e
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 @@ -6,5 +6,5 @@ test = 'test'
cache_path = 'cache_forge'

[fuzz]
runs = 10000
runs = 5000
max_test_rejects = 150000

0 comments on commit 72c642e

Please sign in to comment.