[fuzzing] Add suggestions for a long test run
This commit is contained in:
parent
d4fc6bbf7c
commit
05ef48bf7f
|
@ -3,3 +3,9 @@
|
||||||
testMode: "assertion" # check that solidity asserts are never triggered
|
testMode: "assertion" # check that solidity asserts are never triggered
|
||||||
allContracts: true # allow calls to e.g. TestToken in test scenarios
|
allContracts: true # allow calls to e.g. TestToken in test scenarios
|
||||||
format: "text" # disable interactive ui
|
format: "text" # disable interactive ui
|
||||||
|
|
||||||
|
# For a longer test run, consider these options:
|
||||||
|
# timeout: 3600 # limit test run to one hour
|
||||||
|
# testLimit: 100000000000 # do not limit the amount of test sequences
|
||||||
|
# stopOnFail: true # stop on first failure
|
||||||
|
# workers: 8 # use more cpu cores
|
||||||
|
|
Loading…
Reference in New Issue