Skip to content

Commit

Permalink
Lower max_test_rejects to 100K
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark committed Nov 3, 2022
1 parent 0c6b7ea commit 5a1a818
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
@@ -1,3 +1,3 @@
[fuzz]
runs = 10000
max_test_rejects = 1000000
max_test_rejects = 100000

0 comments on commit 5a1a818

Please sign in to comment.