client/src/main/java/org/mvndaemon/mvnd/client/DaemonConnector.java [161:167]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        long start = System.currentTimeMillis();
        long stop = start
                + parameters
                        .property(Environment.MVND_CONNECT_TIMEOUT)
                        .asDuration()
                        .toMillis();
        do {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



client/src/main/java/org/mvndaemon/mvnd/client/DaemonConnector.java [311:317]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        long start = System.currentTimeMillis();
        long stop = start
                + parameters
                        .property(Environment.MVND_CONNECT_TIMEOUT)
                        .asDuration()
                        .toMillis();
        do {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



