mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +00:00
integtest: Double polling retry count
This commit is contained in:
parent
5eefbaf622
commit
d17e649137
@ -13,7 +13,7 @@ class NodeApi {
|
||||
class NodeDidNotStartException(message: String): Exception(message)
|
||||
|
||||
companion object {
|
||||
val NODE_WAIT_RETRY_COUNT: Int = 50
|
||||
val NODE_WAIT_RETRY_COUNT: Int = 100
|
||||
val NODE_WAIT_RETRY_DELAY_MS: Long = 200
|
||||
|
||||
fun ensureNodeStartsOrKill(proc: Process, nodeWebserverAddr: HostAndPort) {
|
||||
|
Loading…
Reference in New Issue
Block a user