mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 18:02:54 +01:00
Reduce GCS generator params again to try and stop timing out on CI (#1144)
* Reduce GCS generator params again to try and stop timing out on CI * Reduce magic number to 30 as 40 can still fail * Reduce gain
This commit is contained in:
parent
95902d4148
commit
436e1ab1da
@ -187,7 +187,7 @@ class GCSTest extends BitcoinSUnitTest {
|
||||
|
||||
it must "encode and decode arbitrary sets of elements for arbitrary p" in {
|
||||
|
||||
val upperBoundGen = Gen.choose(10, 50) //what are these numbers?
|
||||
val upperBoundGen = Gen.choose(10, 20) //what are these numbers?
|
||||
|
||||
val itemsGen: Gen[(Vector[UInt64], UInt8)] = {
|
||||
NumberGenerator.genP.flatMap { p =>
|
||||
|
Loading…
Reference in New Issue
Block a user