w
All checks were successful
CI for csaxs_bec / test (push) Successful in 1m57s

This commit is contained in:
2026-03-24 09:00:50 +01:00
parent 3e93861407
commit 4be5ee2347

View File

@@ -84,9 +84,9 @@ class BPM(PSIDeviceBase):
self._compute_diagonal, left=self.left, top=self.top, right=self.right, bot=self.bot
)
def wait_for_connection(self):
def wait_for_connection(self, timeout=10):
for walk in self.walk_signals():
walk.item.wait_for_connection()
walk.item.wait_for_connection(timeout=timeout)
def _compute_blade_signal(self, signal: Signal) -> float:
timestamp = time.time()