diff --git a/debye_bec/devices/mo1_bragg/mo1_bragg.py b/debye_bec/devices/mo1_bragg/mo1_bragg.py index 18e41bb..12a43a3 100644 --- a/debye_bec/devices/mo1_bragg/mo1_bragg.py +++ b/debye_bec/devices/mo1_bragg/mo1_bragg.py @@ -204,7 +204,7 @@ class Mo1Bragg(PSIDeviceBase, Mo1BraggPositioner): self.wait_for_signal( self.scan_control.scan_msg, ScanControlLoadMessage.SUCCESS, - timeout=self.timeout_for_pvwait, + timeout=2*self.timeout_for_pvwait, ) return None