fix: change test mode to property

This commit is contained in:
Roman 2025-10-31 10:28:38 +08:00
parent c705ca1d98
commit 2a75fa11bc
No known key found for this signature in database
GPG Key ID: 583BDF43C238B83E

View File

@ -1,5 +1,5 @@
solcArgs: "--via-ir --optimize --optimize-runs 1"
testMode: assertion
testMode: property
testLimit: 100000 # For ~1 hour on strong CPU; adjust
seqLen: 100 # Sequence length for stateful fuzzing
shrinkLimit: 5000