Skip to content

Commit

Permalink
Increase default timeout for CSC state transition.
Browse files Browse the repository at this point in the history
  • Loading branch information
tribeiro committed Oct 22, 2024
1 parent dd3e3b4 commit 1cb6033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ts/standardscripts/set_summary_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __init__(self, index):
self.create_remote_time = 15
# time limit for each state transition command (sec);
# make it generous enough to handle any CSC
self.cmd_timeout = 10
self.cmd_timeout = 60

@classmethod
def get_schema(cls):
Expand Down

0 comments on commit 1cb6033

Please sign in to comment.