D6287: automation: wait longer for WinRM connection

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Wed May 15 11:46:28 EDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGf30184484dd1: automation: wait longer for WinRM connection (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6287?vs=14866&id=15090

REVISION DETAIL
  https://phab.mercurial-scm.org/D6287

AFFECTED FILES
  contrib/automation/hgautomation/winrm.py

CHANGE DETAILS

diff --git a/contrib/automation/hgautomation/winrm.py b/contrib/automation/hgautomation/winrm.py
--- a/contrib/automation/hgautomation/winrm.py
+++ b/contrib/automation/hgautomation/winrm.py
@@ -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.



To: indygreg, #hg-reviewers, martinvonz
Cc: martinvonz, mercurial-devel


More information about the Mercurial-devel mailing list