minor change for symExecTimeout comments (#1285)

catchMVarErrors
samalws-tob 4 months ago committed by GitHub
parent ec5a3c13f9
commit 4b9df9d1f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      lib/Echidna/Types/Campaign.hs
  2. 2
      tests/solidity/basic/default.yaml

@ -51,7 +51,7 @@ data CampaignConf = CampaignConf
-- Only relevant if symExec is True
, symExecTargets :: Maybe [Text]
, symExecTimeout :: Int
-- ^ Timeout for symbolic execution SMT solver.
-- ^ Timeout for symbolic execution SMT solver queries.
-- Only relevant if symExec is True
, symExecNSolvers :: Int
-- ^ Number of SMT solvers used in symbolic execution.

@ -101,7 +101,7 @@ symExecConcolic: true
# number of SMT solvers used in symbolic execution
# only relevant if symExec is true
symExecNSolvers: 1
# timeout for symbolic execution SMT solver
# timeout for symbolic execution SMT solver queries
# only relevant if symExec is true
symExecTimeout: 30
# Number of times we may revisit a particular branching point

Loading…
Cancel
Save