Skip to content

Commit

Permalink
chore: add config for StayHealthy timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Oct 22, 2024
1 parent d60e123 commit f5bc377
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions certora/confs/StayHealthy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
],
"solc": "solc-0.8.19",
"verify": "MorphoHarness:certora/specs/StayHealthy.spec",
"global_timeout": "7200",
"smt_timeout": "7200",
"prover_args": [
"-smt_hashingScheme plaininjectivity",
"-solvers [yices,z3:def{randomSeed=1},z3:def{randomSeed=2},z3:def{randomSeed=3},z3:def{randomSeed=4},z3:def{randomSeed=5},z3:def{randomSeed=6},z3:def{randomSeed=7},z3:def{randomSeed=8},z3:def{randomSeed=9},z3:def{randomSeed=10}]"
"-solvers [z3:def{randomSeed=1},z3:def{randomSeed=2},z3:def{randomSeed=3},z3:def{randomSeed=4},z3:def{randomSeed=5},z3:def{randomSeed=6},z3:def{randomSeed=7},z3:def{randomSeed=8},z3:def{randomSeed=9},z3:def{randomSeed=10}]"
],
"rule_sanity": "basic",
"server": "production",
Expand Down

0 comments on commit f5bc377

Please sign in to comment.