Skip to content

Commit

Permalink
Redefined slew_timeout to 240 s
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanmartim committed Dec 12, 2023
1 parent 0ad99f1 commit 34f1c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ts/observatory/control/base_tcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ async def slew_ephem_target(
target_name: str,
rot_sky: float = 0.0,
validate_only: bool = False,
slew_timeout: float = 1200.0,
slew_timeout: float = 240.0,
) -> None:
"""
Slew the telescope to a target defined by ephemeris data defined
Expand Down

0 comments on commit 34f1c22

Please sign in to comment.