Skip to content

Commit c63eba0

Browse files
committed
chore: increase timeout stayHealthy
1 parent 1928333 commit c63eba0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

certora/confs/StayHealthy.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"solc": "solc-0.8.19",
88
"verify": "MorphoHarness:certora/specs/StayHealthy.spec",
99
"prover_args": [
10+
"-depth 5",
11+
"-mediumTimeout 20",
12+
"-timeout 3600",
1013
"-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}]"
1114
],
1215
"multi_assert_check": true,

0 commit comments

Comments
 (0)