From 268e7beacf7edfd3f96a01e0a0d0a53a8e3a075a Mon Sep 17 00:00:00 2001 From: "clandestine.eth" <96172957+0xClandestine@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:01:35 -0500 Subject: [PATCH] refactor: intense runs -> 15000 --- foundry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundry.toml b/foundry.toml index ec9015fc6..8a5b56bed 100644 --- a/foundry.toml +++ b/foundry.toml @@ -101,7 +101,7 @@ [profile.intense.fuzz] optimizer = false - runs = 20000 + runs = 15000 [profile.forktest.fuzz] runs = 16