fix: increase max rejects

This commit is contained in:
Roman 2025-09-26 11:10:09 +10:00
parent f41cb4c319
commit 37afea8218
No known key found for this signature in database
GPG Key ID: 583BDF43C238B83E

View File

@ -19,7 +19,7 @@
fs_permissions = [{ access = "read", path = "./broadcast" }]
[fuzz]
max_test_rejects = 128_000
max_test_rejects = 1_000_000
[profile.ci]
fuzz = { runs = 10_000 }