Skip to content

Commit

Permalink
munit timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pityka committed Jun 17, 2022
1 parent d904008 commit f27fa99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions saddle/src/test/scala/plots/plots.test.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.saddle.index.InnerJoin

class SaddlePlotSpec extends munit.FunSuite {


override val munitTimeout = scala.concurrent.duration.Duration(300, "s")
implicit val myfont: GenericFontConfig[NamedFont] = font("Hasklig")

def readFrameFromClasspath(s: String) =
Expand All @@ -27,8 +27,8 @@ class SaddlePlotSpec extends munit.FunSuite {
.toOption
.get


test("plot gallery") {

{
val evec =
readFrameFromClasspath("/evec.csv")
Expand Down

0 comments on commit f27fa99

Please sign in to comment.