From 3a3913c8a51b4e76eb57d4f3488b2c0bab10ad01 Mon Sep 17 00:00:00 2001 From: Pascal Marco Caversaccio Date: Fri, 31 May 2024 10:26:01 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=20Bump=20`runs`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Marco Caversaccio --- foundry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundry.toml b/foundry.toml index 07518951..8aebbda5 100644 --- a/foundry.toml +++ b/foundry.toml @@ -21,5 +21,5 @@ fs_permissions = [{ access = "read-write", path = "./" }] # set read-write acc [profile.ci] force = true # always perform a clean build fuzz = { runs = 10_000 } # increase the number of fuzz runs -invariant = { runs = 750, depth = 250 } # increase the number of runs and calls (executed in one run) for each invariant test group +invariant = { runs = 1_000, depth = 250 } # increase the number of runs and calls (executed in one run) for each invariant test group verbosity = 4 # increase the verbosity of tests