Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Baccata committed Mar 1, 2022
1 parent b563391 commit dbb13f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/framework/src-jvm/RunnerCompat.scala
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ trait RunnerCompat[F[_]] { self: sbt.testing.Runner =>

// Waiting for the resources to be allocated.
scala.concurrent.blocking {
scala.concurrent.Await.result(gate.future, maybeTimeout.getOrElse(120.second))
scala.concurrent.Await.result(gate.future,
maybeTimeout.getOrElse(120.second))
}
sbtTasks.toArray
}
Expand Down

0 comments on commit dbb13f8

Please sign in to comment.