We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7597fbc commit 75de6c6Copy full SHA for 75de6c6
src/test/scala/gopher/channels/FoldSelectSuite.scala
@@ -35,7 +35,7 @@ class FoldSelectSuite extends FunSuite
35
}
36
37
generator.failed.foreach{ _.printStackTrace() }
38
- in.awriteAll(2 to 100)
+ in.awriteAll(2 to Int.MaxValue)
39
//in.awriteAllDebug(2 to 100)
40
val read = go {
41
for(i <- 1 to 10) yield out.read
0 commit comments