From 72c642e13e4e8c36da56ebeeecf2ee3e4abe9781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Garc=C3=ADa?= Date: Thu, 18 Jan 2024 03:03:07 -0600 Subject: [PATCH] Lower fuzz runs to 5000 (#4835) --- foundry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundry.toml b/foundry.toml index 859f210cf98..cf207ffe984 100644 --- a/foundry.toml +++ b/foundry.toml @@ -6,5 +6,5 @@ test = 'test' cache_path = 'cache_forge' [fuzz] -runs = 10000 +runs = 5000 max_test_rejects = 150000