mirror of
https://github.com/corda/corda.git
synced 2025-06-17 06:38:21 +00:00
Remove useless call to waitUntilNetworkReady within driver started nodes (#1998)
Remove usages of waitUntilNetworkReady in conjunction with driver
This commit is contained in:
@ -68,7 +68,6 @@ class AttachmentLoadingTests {
|
||||
startNode(providedName = bankAName, rpcUsers = listOf(adminUser)),
|
||||
startNode(providedName = bankBName, rpcUsers = listOf(adminUser))
|
||||
).transpose().getOrThrow() // Wait for all nodes to start up.
|
||||
nodes.forEach { it.rpc.waitUntilNetworkReady().getOrThrow() }
|
||||
return nodes
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user