Skip to content

Commit

Permalink
set higher test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdemarGr committed Jan 12, 2024
1 parent 8f48915 commit 5d6f78b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/server/src/test/scala/gql/PerformanceTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ import scala.concurrent.duration._
import fs2.concurrent.SignallingRef

class PerformanceTest extends CatsEffectSuite {
override def munitIOTimeout: Duration = 1.minutes

def parListenSignal[A]: fs2.Pipe[IO, fs2.Stream[IO, A], A] =
streams =>
Stream.eval(SignallingRef.of[IO, Option[A]](None)).flatMap { sig =>
Expand Down

0 comments on commit 5d6f78b

Please sign in to comment.