Skip to content

Commit

Permalink
decrease fuzz runs again
Browse files Browse the repository at this point in the history
  • Loading branch information
hensha256 committed Dec 5, 2024
1 parent d7c8613 commit ff8c541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ffi = true
fs_permissions = [{ access = "read-write", path = ".forge-snapshots/"}]
evm_version = "cancun"
gas_limit = "3000000000"
fuzz.runs = 1000
fuzz.runs = 500
bytecode_hash = "none"

[profile.debug]
Expand All @@ -16,7 +16,7 @@ optimizer_runs = 200
fuzz.runs = 100

[profile.ci]
fuzz.runs = 10_000
fuzz.runs = 5_000

[profile.gas]
gas_limit=30_000_000
Expand Down

0 comments on commit ff8c541

Please sign in to comment.