diff --git a/debye_bec/devices/pilatus/pilatus.py b/debye_bec/devices/pilatus/pilatus.py index 7b9888c..9adc604 100644 --- a/debye_bec/devices/pilatus/pilatus.py +++ b/debye_bec/devices/pilatus/pilatus.py @@ -22,7 +22,7 @@ if TYPE_CHECKING: # pragma: no cover from bec_lib.messages import ScanStatusMessage from bec_server.device_server.device_server import DeviceManagerDS -PILATUS_READOUT_TIME = 0.1 # in s +PILATUS_READOUT_TIME = 0.3 # in s PILATUS_ACQUIRE_TIME = ( 999999 # This time is the timeout of the detector in operation mode, so it needs to be large. )