mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Debug windows unit tests
This commit is contained in:
parent
a31597fea7
commit
62e793e106
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue