Skip to content

Commit

Permalink
Merge pull request #493 from disneystreaming/fmt
Browse files Browse the repository at this point in the history
fmt
  • Loading branch information
Baccata authored Mar 1, 2022
2 parents 9a4aa3f + dbb13f8 commit d3c11c2
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 d3c11c2

Please sign in to comment.