diff --git a/foundry.toml b/foundry.toml index 558746ac..44283564 100644 --- a/foundry.toml +++ b/foundry.toml @@ -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] @@ -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