Skip to content

Commit

Permalink
Merge pull request #421 from morpho-org/certora/fix-timeouts
Browse files Browse the repository at this point in the history
[Certora] Fix timeouts
  • Loading branch information
MathisGD committed Jul 1, 2024
2 parents e6c50dc + 4dc9aac commit cbd6ede
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
6 changes: 1 addition & 5 deletions certora/confs/ConsistentState.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
"verify": "MetaMorphoHarness:certora/specs/ConsistentState.spec",
"loop_iter": "2",
"optimistic_loop": true,
"prover_args": [
"-depth 3",
"-mediumTimeout 20",
"-timeout 300",
],
"smt_timeout": "600",
"rule_sanity": "basic",
"server": "production",
"msg": "MetaMorpho Consistent State"
Expand Down
2 changes: 2 additions & 0 deletions certora/confs/Enabled.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"-depth 3",
"-mediumTimeout 20",
"-timeout 1000",
"-smt_easy_LIA true",
],
"smt_timeout": "7000",
"rule_sanity": "basic",
"server": "production",
"msg": "MetaMorpho Enabled"
Expand Down
5 changes: 2 additions & 3 deletions certora/confs/Liveness.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
"loop_iter": "2",
"optimistic_loop": true,
"prover_args": [
"-depth 3",
"-mediumTimeout 20",
"-timeout 120",
"-smt_easy_LIA true",
],
"smt_timeout": "7000",
"rule_sanity": "basic",
"server": "production",
"msg": "MetaMorpho Liveness"
Expand Down
6 changes: 4 additions & 2 deletions certora/confs/Range.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
"loop_iter": "2",
"optimistic_loop": true,
"prover_args": [
"-depth 3",
"-mediumTimeout 20",
"-depth 0",
"-timeout 300",
"-smt_nonLinearArithmetic true",
"-adaptiveSolverConfig false",
"-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
2 changes: 1 addition & 1 deletion certora/confs/Reverts.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prover_args": [
"-depth 5",
"-mediumTimeout 40",
"-newSplitParallel true",
"-splitParallel true",
"-splitParallelInitialDepth 4",
"-splitParallelTimelimit 7000",
"-adaptiveSolverConfig false",
Expand Down

0 comments on commit cbd6ede

Please sign in to comment.