make QC run more tests

This commit is contained in:
Hongrui Fang 2022-11-12 00:03:02 +08:00
parent af17e4699d
commit b0a4c67822
No known key found for this signature in database
GPG key ID: F10AB2CCE24113DD

View file

@ -291,7 +291,7 @@ props =
]
where
go :: QuickCheckTests -> QuickCheckTests
go = min 2000
go = max 20_000
loudEval ::
forall (p :: S -> Type).