stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3k stars 658 forks source link

Test: speedup the nakamoto_attempt_time integration test #4875

Closed kantai closed 3 weeks ago

kantai commented 3 weeks ago

Description

This speeds up the nakamoto_attempt_time integration test by reducing some of the repetitions and also removing one of the unneccessary thread::sleep() calls (replacing it with a mutex check and sleep).