MinaProtocol / mina

Mina is a cryptocurrency protocol with a constant size blockchain, improving scaling while maintaining decentralization and security.
https://minaprotocol.com
Apache License 2.0
1.97k stars 523 forks source link

Reduce quickcheck trials from 10,000 to 1000 for some slow tests #15650

Closed mrmr1993 closed 1 month ago

mrmr1993 commented 1 month ago

This PR builds upon #15648.

This PR reduces the runtime of some slow quickcheck unit tests by reducing the number of trials from 10,000 to 1000, with the goal of reducing the runtime of unit tests in CI.

mrmr1993 commented 1 month ago

!ci-build-me