mirror of
https://github.com/corda/corda.git
synced 2025-04-07 11:27:01 +00:00
`KillFlowTest` is failing quite often. This is probably due to issues in ordering when taking and releasing locks. By using `CountDownLatch` in places instead of `Semaphore`s should reduce the likelihood of tests failing.