Skip to content

Commit 0c39308

Browse files
author
Tamoor Shahid
committed
Extended timeout of pmac collection time to 1 hour
1 parent 217a70c commit 0c39308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dodal/devices/i24/pmac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def __init__(self, prefix: str, name: str = "") -> None:
217217
# A couple of soft signals for running a collection: program number to send to
218218
# the PMAC_STRING and expected collection time.
219219
self.program_number = soft_signal_rw(int)
220-
self.collection_time = soft_signal_rw(float, initial_value=600.0, units="s")
220+
self.collection_time = soft_signal_rw(float, initial_value=3600.0, units="s")
221221

222222
self.run_program = ProgramRunner(
223223
self.pmac_string,

0 commit comments

Comments
 (0)