fix: max_test_rejects back to the original value

This commit is contained in:
Roman 2025-10-31 10:59:21 +08:00
parent 69404ebced
commit 9bfa4d11e2
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 = 1_000_000
max_test_rejects = 128_000
[profile.ci]
fuzz = { runs = 10_000 }