Show More
@@ -25,7 +25,7 b' import requests.exceptions' | |||||
25 | logger = logging.getLogger(__name__) |
|
25 | logger = logging.getLogger(__name__) | |
26 |
|
26 | |||
27 |
|
27 | |||
28 |
def wait_for_winrm(host, username, password, timeout=1 |
|
28 | def wait_for_winrm(host, username, password, timeout=180, ssl=False): | |
29 | """Wait for the Windows Remoting (WinRM) service to become available. |
|
29 | """Wait for the Windows Remoting (WinRM) service to become available. | |
30 |
|
30 | |||
31 | Returns a ``psrpclient.Client`` instance. |
|
31 | Returns a ``psrpclient.Client`` instance. |
General Comments 0
You need to be logged in to leave comments.
Login now