Skip to content

Commit

Permalink
fix: increase timeout for RatioMath
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Nov 21, 2023
1 parent 526b2de commit f5dd194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion certora/configuration/RatioMath.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"verify": "MorphoHarness:certora/specs/RatioMath.spec",
"prover_args": [
"-smt_hashingScheme plaininjectivity",
"-mediumTimeout 30"
"-mediumTimeout 30",
"-timeout 3600"
],
"msg": "Morpho Blue Ratio Math"
}

0 comments on commit f5dd194

Please sign in to comment.