Skip to content

Commit

Permalink
Increase timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Mar 23, 2023
1 parent 9384023 commit 9285925
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/shared/src/test/scala/fs2/StreamParJoinSuite.scala
Expand Up @@ -31,6 +31,8 @@ import org.scalacheck.effect.PropF.forAllF
import scala.util.control.NoStackTrace

class StreamParJoinSuite extends Fs2Suite {
override def munitIOTimeout = 1.minute

test("no concurrency") {
forAllF { (s: Stream[Pure, Int]) =>
s.covary[IO].map(Stream.emit(_)).parJoin(1).assertEmits(s.toList)
Expand Down
Expand Up @@ -27,7 +27,10 @@ package scodec

import _root_.scodec.codecs._

import scala.concurrent.duration._

class SpaceLeakTest extends Fs2Suite {
override def munitIOTimeout = 1.minute

test("head of stream not retained") {
// make sure that head of stream can be garbage collected
Expand Down

0 comments on commit 9285925

Please sign in to comment.