fix debug tools beamline, adjust port for eigers
CI for csaxs_bec / test (pull_request) Failing after 1m24s
CI for csaxs_bec / test (push) Failing after 1m26s

This commit is contained in:
x12sa
2026-01-23 10:33:35 +01:00
parent f11c06b184
commit 092f791feb
@@ -230,7 +230,7 @@ class DebugTools:
console = Console()
console.print(table)
def _ping_many(self, hosts: list[str], port=23, timeout=2, max_workers=None):
def _ping_many(self, hosts: list[str], port=22, timeout=2, max_workers=None):
max_workers = max_workers or len(hosts)
with ThreadPoolExecutor(max_workers=max_workers) as executor:
primed_ping = partial(self._ping, port=port, timeout=timeout)