mirror of
https://github.com/corda/corda.git
synced 2025-04-02 17:11:21 +00:00
* Remove use of Thread.sleep() FROM FlowReloadAfterCheckpointTest, instead relying on CountdownLatch to wait until the target number has been hit or a timeout occurs, so the thread can continue as soon as the target is hit. * Replace use of hashmaps to a concurrent queue, to mitigate risk of complex threading issues.