Skip to content

Commit 75de6c6

Browse files
committed
attempt to reproduce temp failure
1 parent 7597fbc commit 75de6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/gopher/channels/FoldSelectSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class FoldSelectSuite extends FunSuite
3535
}
3636
}
3737
generator.failed.foreach{ _.printStackTrace() }
38-
in.awriteAll(2 to 100)
38+
in.awriteAll(2 to Int.MaxValue)
3939
//in.awriteAllDebug(2 to 100)
4040
val read = go {
4141
for(i <- 1 to 10) yield out.read

0 commit comments

Comments
 (0)