Skip to content

Commit

Permalink
fix: invariant timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-morpho committed Oct 10, 2024
1 parent 44492dd commit c6055d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions certora/confs/ConsistentInstantiation.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
},
"verify": "PreLiquidation:certora/specs/ConsistentInstantiation.spec",
"prover_args": [
"-depth 3",
"-mediumTimeout 3",
"-depth 5",
"-mediumTimeout 5",
"-timeout 3600",
"-smt_nonLinearArithmetic true"
"-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]",
],
"rule_sanity": "basic",
"server": "production",
Expand Down

0 comments on commit c6055d7

Please sign in to comment.