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:
Andrew Mayorov 2023-05-22 10:45:27 +03:00
parent c0af9d6b53
commit 966f748551
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ segment_t(Filesize, Segsizes) ->
). ).
filesize_t() -> filesize_t() ->
scaled(4000, non_neg_integer()). scaled(2500, non_neg_integer()).
segsizes_t() -> segsizes_t() ->
?LET( ?LET(