test: run fuzz 1,000 times by default

This commit is contained in:
Paul Razvan Berg 2023-01-03 16:30:03 +02:00
parent a4eb52abc5
commit 0ebca896c8
No known key found for this signature in database
GPG Key ID: BCC366159BD63828
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
[profile.default]
auto_detect_solc = false
bytecode_hash = "none"
fuzz = { runs = 256 }
fuzz = { runs = 1_000 }
gas_reports = ["*"]
libs = ["lib"]
optimizer = true