contrib/automation/hgautomation/winrm.py
changeset 42279 f30184484dd1
parent 42024 b05a3e28cf24
child 42661 e91930d712e8
--- a/contrib/automation/hgautomation/winrm.py	Sat Apr 27 11:38:58 2019 -0700
+++ b/contrib/automation/hgautomation/winrm.py	Fri Apr 19 06:07:00 2019 -0700
@@ -25,7 +25,7 @@
 logger = logging.getLogger(__name__)
 
 
-def wait_for_winrm(host, username, password, timeout=120, ssl=False):
+def wait_for_winrm(host, username, password, timeout=180, ssl=False):
     """Wait for the Windows Remoting (WinRM) service to become available.
 
     Returns a ``psrpclient.Client`` instance.