diff --git a/core-test/src/test/scala/org/bitcoins/core/gcs/GCSTest.scala b/core-test/src/test/scala/org/bitcoins/core/gcs/GCSTest.scala index 47e210467f..a492ce6f0c 100644 --- a/core-test/src/test/scala/org/bitcoins/core/gcs/GCSTest.scala +++ b/core-test/src/test/scala/org/bitcoins/core/gcs/GCSTest.scala @@ -189,7 +189,7 @@ class GCSTest extends BitcoinSUnitTest { def items: Gen[(Vector[UInt64], UInt8)] = { NumberGenerator.genP.flatMap { p => - Gen.choose(1, 250).flatMap { size => + Gen.choose(10, 50).flatMap { size => // If hash's quotient when divided by 2^p is too large, we hang converting to unary val upperBound: Long = 1L << (p.toInt * 1.75).toInt