Skip to content

Commit

Permalink
Merge pull request #676 from morpho-org/certora/timeout-exact-math
Browse files Browse the repository at this point in the history
[Certora] fix exact math timeout
  • Loading branch information
QGarchery authored Apr 16, 2024
2 parents 470a687 + db61a2b commit c10f215
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions certora/confs/ExactMath.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@
"verify": "MorphoHarness:certora/specs/ExactMath.spec",
"rule_sanity": "basic",
"prover_args": [
"-depth 3",
"-smt_hashingScheme plaininjectivity",
"-mediumTimeout 30",
"-depth 5",
"-mediumTimeout 5",
"-timeout 3600",
"-adaptiveSolverConfig false",
"-smt_nonLinearArithmetic true",
"-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:lia2]",
],
"cache": "none",
"server": "production",
"msg": "Morpho Blue Exact Math"
}
1 change: 1 addition & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[profile.default]
libs = ["lib"]
names = true
sizes = true
via-ir = true
Expand Down

0 comments on commit c10f215

Please sign in to comment.