From a39e97469fca485880ff36ee35bb55781b7936a0 Mon Sep 17 00:00:00 2001 From: David Perl Date: Thu, 20 Aug 2026 16:12:59 +0200 Subject: [PATCH] fix: magnet position sensor timeout --- src/aare/daq/operations/mounting/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aare/daq/operations/mounting/service.py b/src/aare/daq/operations/mounting/service.py index 1f11058c..0ff37778 100644 --- a/src/aare/daq/operations/mounting/service.py +++ b/src/aare/daq/operations/mounting/service.py @@ -143,7 +143,7 @@ class MountingService: self._check_hutch_safety() self.ctx.deps.devs.smargon_move_home() self.ctx.deps.devs.aerotech_pos = self.ctx.settings.mount_position - self._magnet_position_sensor_check(timeout=360.0) + self._magnet_position_sensor_check(timeout=10.0) self.ctx.deps.devs.tell.check_enable_motion() self.ctx.deps.devs.tell.wait_not_busy() # enable_motion releases the door safety, so the door can only be