This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user