mirror of
https://github.com/corda/corda.git
synced 2025-02-06 19:19:19 +00:00
The new flow sleep made `NotaryWhitelistTests` flaky which highlighted an issue with the change to how a flow sleeps. Messages were being pumped while the flow was sleeping which lead to inconsistent behaviour. Messages are no longer pumped while a flow sleeps.