test(ft): make proptest less aggressive
So that the chance of getting huge coverage and as a result, high chance of running out of memory, is reduced.
This commit is contained in:
parent
c0af9d6b53
commit
966f748551
|
@ -189,7 +189,7 @@ segment_t(Filesize, Segsizes) ->
|
|||
).
|
||||
|
||||
filesize_t() ->
|
||||
scaled(4000, non_neg_integer()).
|
||||
scaled(2500, non_neg_integer()).
|
||||
|
||||
segsizes_t() ->
|
||||
?LET(
|
||||
|
|
Loading…
Reference in New Issue