Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
reduce test timeouts on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
runtologist committed Jun 27, 2022
1 parent b516749 commit 14e5a44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ object PublisherToStreamSpec extends ZIOSpecDefault {
val bufferSize: Int = 10

def withProbe[R, E0, E >: Throwable, A](f: ManualPublisher[Int] => ZIO[R, E, A]): ZIO[R, E, A] = {
val testEnv = new TestEnvironment(3000, 500)
val testEnv = new TestEnvironment(5000, 500)
val probe = new ManualPublisher[Int](testEnv)
f(probe) <* ZIO.attempt(testEnv.verifyNoAsyncErrorsNoDelay())
}
Expand Down

0 comments on commit 14e5a44

Please sign in to comment.