Skip to content

Commit

Permalink
Merge pull request #314 from DiamondLightSource/hyperion_1105_hotfixes
Browse files Browse the repository at this point in the history
Increase the FGS wait for kickoff
  • Loading branch information
dperl-dls authored Jan 31, 2024
2 parents 2b716a7 + 69147e5 commit 0d71b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dodal/devices/fast_grid_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def scan():
from time import sleep

sleep(
0.1
0.6
) # TODO see https://github.com/DiamondLightSource/hyperion/issues/1101
self.run_cmd.put(1)
LOGGER.info("Waiting for FGS to start")
Expand Down

0 comments on commit 0d71b85

Please sign in to comment.