Skip to content

Commit

Permalink
increase timeout in lsm test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
buntec committed Feb 26, 2024
1 parent 964fc71 commit b977497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derifree/src/test/scala/derifree/lsm.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import scala.math.abs

class LsmSuite extends munit.FunSuite:

override def munitTimeout: Duration = 1.minute
override def munitTimeout: Duration = 5.minutes

test("Compare to tabulated values in Longstaff-Schwartz 2001 paper"):

Expand Down

0 comments on commit b977497

Please sign in to comment.