Browse Source

Lower fuzz runs to 5000 (#4835)

Ernesto García 1 year ago
parent
commit
72c642e13e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      foundry.toml

+ 1 - 1
foundry.toml

@@ -6,5 +6,5 @@ test = 'test'
 cache_path  = 'cache_forge'
 
 [fuzz]
-runs = 10000
+runs = 5000
 max_test_rejects = 150000