rssh / scala-gopher

Implementation of CSP constructions (Communication Sequence Process, i.e. go-like channels) in scala
Apache License 2.0
199 stars 7 forks source link

FoldSelectSuite failing (intermittent?) #19

Closed SethTisue closed 7 years ago

SethTisue commented 7 years ago

seen in the Scala 2.12 community build at https://scala-ci.typesafe.com/job/scala-2.12.x-integrate-community-build/1386/consoleFull:

[scala-gopher] [info] FoldSelectSuite:
[scala-gopher] [info] - fold-over-selector with changed read *** FAILED ***
[scala-gopher] [info]   java.util.concurrent.TimeoutException: Futures timed out after [2 seconds]

probably the timeout just needs to be increased...?

rssh commented 7 years ago

Increased, build https://scala-ci.typesafe.com/job/scala-2.12.x-integrate-community-build/1388/ is ok.