mirror of
https://github.com/corda/corda.git
synced 2025-01-31 08:25:50 +00:00
79b75ff1ec
Wait for log file to indicate that a driver node process is running, instead of trying to open a socket on the port the node is attempting to binding on. This means the driver is more responsive to the node being ready, as well as removing a race condition where the binding test could block the node from starting. As sometimes nodes do not log this information, after 20 seconds we presume the node is up.