arrow-kt / arrow-fx

Λrrow Fx is part of Λrrow, a functional companion to Kotlin's Standard Library
http://arrow-kt.io
Other
64 stars 15 forks source link

Split stream into separate module #303

Closed nomisRev closed 3 years ago

nomisRev commented 3 years ago

As discussed in #270 we're also splitting of Streams into a seperate module, and we're moving common test utilities to a common test module.

rachelcarmena commented 3 years ago

Thanks @nomisRev :raised_hands: The build doesn't finish in 90 min because of:

arrow.fx.coroutines.stream.ParJoinTest > outer failed FAILED
    TimeoutException(duration=600000)

Could it be removed or tuned?