mintlayer / core

Mintlayer Core
https://www.mintlayer.org/
MIT License
14 stars 4 forks source link

utxo: Decrease the number of time lock proptests #125

Closed iljakuklic closed 2 years ago

iljakuklic commented 2 years ago

These tests take too long in debug mode, so decrease the number of randomly generated inputs by factor of 16, which gives us 16 tests run by default. This should be enough to cover all the interesting code paths most of the time.

muursh commented 2 years ago

Straight to master?

TheQuantumPhysicist commented 2 years ago

I think he meant to staging. I'll change it and approve.

iljakuklic commented 2 years ago

I think he meant to staging. I'll change it and approve.

This is correct, thanks.