We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32ee8f commit 234972bCopy full SHA for 234972b
core/src/test/fj/data/CheckStream.scala
@@ -48,7 +48,7 @@ object CheckStream extends Properties("Stream") {
48
def g(s: String) = s.toUpperCase
49
streamEqual(stringEqual).eq(a.map((x: String) => f(g(x))), a.map((x: String) => g(x)).map((x: String) => f(x)))})
50
51
- val length = Gen.choose(0, 3000)
+ val length = Gen.choose(0, 5000)
52
53
property("bindStackOverflow") = forAll(length)(size => {
54
val stream = iterableStream(JavaConversions.asJavaIterable((1 to size)))
0 commit comments