w
CI for csaxs_bec / test (push) Failing after 1m26s

This commit is contained in:
2026-06-19 14:13:19 +02:00
parent 8021f15cb5
commit 567b7b0db4
@@ -599,8 +599,8 @@ class DDG1(PSIDeviceBase, DelayGeneratorCSAXS):
# an acquisition regularly with a WaitTimeoutError, the timeout can be increased but it should
# be investigated why the EPICS interface is slow to respond.
try:
mcs.acquiring.get()
status_mcs.wait(timeout=3)
if mcs.acquiring.get() != ACQUIRING.ACQUIRING:
status_mcs.wait(timeout=3)
except Exception as exc:
logger.warning(f"MCS did not go to Acquiring within 3s. Retrying erase_start {exc}")
mcs.erase_start.put(1)