w
Some checks failed
CI for csaxs_bec / test (push) Failing after 1m2s
CI for csaxs_bec / test (pull_request) Failing after 1m6s

This commit is contained in:
2025-12-16 09:00:17 +01:00
parent 1aab3a47f9
commit 3063767868

View File

@@ -174,6 +174,7 @@ class DDG1(PSIDeviceBase, DelayGeneratorCSAXS):
status_acquiring = TransitionStatus(mcs.acquiring, [ACQUIRING.DONE, ACQUIRING.ACQUIRING])
self.cancel_on_stop(status_acquiring)
mcs.erase_start.put(1) # Don't use erase_start as this may emit data through callbacks
time.sleep(0.2) # Allow some time for the MCS to process the erase
status_acquiring.wait(timeout=10) # Allow 10 seconds in case communication is slow
def _poll_event_status(self) -> None: