mirror of
https://github.com/corda/corda.git
synced 2025-02-21 01:42:24 +00:00
* NOTICK Increase timeouts in external operation tests It seems these tests are timing out when they shouldn't be when running on the CI servers. To resolve this, the timeouts of `getOrThrow` calls have been increased to a minute. Reliance on timeouts has also been reduced through using locks. This should speed up tests that don't need to wait for the timeout anymore to progress. * NOTICK Remove hospital checking code * NOTICK Change locking code