Skip to content

Commit

Permalink
enable test timeouts again
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Oct 23, 2023
1 parent 3aea183 commit fe05ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyo-core/shared/src/test/scala/kyoTest/KyoTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class KyoTest extends AsyncFreeSpec with Assertions {
}

// def timeout = Duration.Inf
def timeout = Duration.Inf
def timeout = 10.seconds

implicit def toFuture(a: Assertion): Future[Assertion] = Future.successful(a)

Expand Down

0 comments on commit fe05ea6

Please sign in to comment.