diff --git a/lib50/_api.py b/lib50/_api.py index 95e4b6d..b0e345e 100644 --- a/lib50/_api.py +++ b/lib50/_api.py @@ -798,7 +798,7 @@ def _get_branches(self): else: cmd = f"git ls-remote --heads {self.origin}" try: - with spawn(cmd, timeout=3) as child: + with spawn(cmd) as child: output = child.read().strip().split("\r\n") except pexpect.TIMEOUT: if "Username for" in child.buffer: