Skip to content

Commit

Permalink
ci: change fuzz runs to 10K
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Feb 23, 2024
1 parent e248d2d commit 80330bb
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 @@ -24,7 +24,7 @@ fs_permissions = [{ access = "read", path = "./reference/balancer-v2-monorepo" }
match_path = "test/differential/*.sol"

[profile.integration.fuzz]
runs = 100_000
runs = 10_000

[profile.differential.fuzz]
runs = 10_000
Expand Down

0 comments on commit 80330bb

Please sign in to comment.