Debug windows unit tests

This commit is contained in:
Daniel A. Wozniak 2023-12-18 22:15:15 -07:00 committed by Daniel Wozniak
parent a31597fea7
commit 62e793e106

View file

@ -309,10 +309,11 @@ class PublishClient(salt.transport.base.PublishClient):
_connect_to = f"{self.host}:{self.port}"
log.warning(
"TCP Publish Client encountered an exception while connecting to"
" %s: %r, will reconnect in %d seconds",
" %s: %r, will reconnect in %d seconds - %s",
_connect_to,
exc,
self.backoff,
self._trace,
)
if timeout and time.monotonic() - start > timeout:
break