-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): Avoid hanging upon bad docker host connection (#742)
- Shorten the socket connection timeout - Add a timeout on waiting for logs - Add check for host and port values - The previous implementation _technically_ would have timed out, but the default socket timeout * 50 iterations is a very long time to wait. Resolves #741 --------- Co-authored-by: David Ankin <[email protected]>
- Loading branch information
1 parent
932ee30
commit 4ced198
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters