diff --git a/src/content/docs/docs/reference/configuration.mdx b/src/content/docs/docs/reference/configuration.mdx index 955de0c1..7f291b10 100644 --- a/src/content/docs/docs/reference/configuration.mdx +++ b/src/content/docs/docs/reference/configuration.mdx @@ -58,7 +58,9 @@ export default defineConfig({ }, test: { solidity: { - timeout: 40000, + fuzz: { + runs: 256, + }, // other solidity tests options }, },