From ff8c54149efc6c5b94cf80de3ec43f8ee154624c Mon Sep 17 00:00:00 2001 From: Alice Henshaw Date: Thu, 5 Dec 2024 18:10:33 +0000 Subject: [PATCH] decrease fuzz runs again --- foundry.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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