contrib/automation/hgautomation/winrm.py
changeset 42279 f30184484dd1
parent 42024 b05a3e28cf24
child 42661 e91930d712e8
equal deleted inserted replaced
42278:8dc22a209420 42279:f30184484dd1
    23 
    23 
    24 
    24 
    25 logger = logging.getLogger(__name__)
    25 logger = logging.getLogger(__name__)
    26 
    26 
    27 
    27 
    28 def wait_for_winrm(host, username, password, timeout=120, ssl=False):
    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.
    32     """
    32     """
    33 
    33