AstroHuntsman / huntsman-pocs

POCS on the Huntsman Telescope
MIT License
7 stars 8 forks source link

Allow config set mount home & park timeouts #576

Closed fergusL closed 1 year ago

fergusL commented 1 year ago

default timeouts appear to be too short (120s) which leads to a timeout exception that kills pocs states... often early in the morning which results in a lot of missed morning flats.

closes #575

codecov[bot] commented 1 year ago

Codecov Report

Base: 55.26% // Head: 55.12% // Decreases project coverage by -0.14% :warning:

Coverage data is based on head (466eec5) compared to base (086ef4e). Patch coverage: 45.45% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #576 +/- ## =========================================== - Coverage 55.26% 55.12% -0.15% =========================================== Files 65 67 +2 Lines 4252 4303 +51 Branches 562 568 +6 =========================================== + Hits 2350 2372 +22 - Misses 1777 1806 +29 Partials 125 125 ``` | [Impacted Files](https://codecov.io/gh/AstroHuntsman/huntsman-pocs/pull/576?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AstroHuntsman) | Coverage Δ | | |---|---|---| | [src/huntsman/pocs/mount/simulator.py](https://codecov.io/gh/AstroHuntsman/huntsman-pocs/pull/576/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AstroHuntsman#diff-c3JjL2h1bnRzbWFuL3BvY3MvbW91bnQvc2ltdWxhdG9yLnB5) | `0.00% <0.00%> (ø)` | | | [src/huntsman/pocs/states/huntsman/parking.py](https://codecov.io/gh/AstroHuntsman/huntsman-pocs/pull/576/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AstroHuntsman#diff-c3JjL2h1bnRzbWFuL3BvY3Mvc3RhdGVzL2h1bnRzbWFuL3BhcmtpbmcucHk=) | `0.00% <0.00%> (ø)` | | | [src/huntsman/pocs/mount/bisque.py](https://codecov.io/gh/AstroHuntsman/huntsman-pocs/pull/576/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AstroHuntsman#diff-c3JjL2h1bnRzbWFuL3BvY3MvbW91bnQvYmlzcXVlLnB5) | `33.33% <10.00%> (-11.67%)` | :arrow_down: | | [src/huntsman/pocs/mount/\_\_init\_\_.py](https://codecov.io/gh/AstroHuntsman/huntsman-pocs/pull/576/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AstroHuntsman#diff-c3JjL2h1bnRzbWFuL3BvY3MvbW91bnQvX19pbml0X18ucHk=) | `91.30% <91.30%> (ø)` | | | [tests/test\_huntsman.py](https://codecov.io/gh/AstroHuntsman/huntsman-pocs/pull/576/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AstroHuntsman#diff-dGVzdHMvdGVzdF9odW50c21hbi5weQ==) | `56.60% <100.00%> (ø)` | | | [tests/test\_observatory.py](https://codecov.io/gh/AstroHuntsman/huntsman-pocs/pull/576/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AstroHuntsman#diff-dGVzdHMvdGVzdF9vYnNlcnZhdG9yeS5weQ==) | `100.00% <100.00%> (ø)` | | | [tests/test\_states.py](https://codecov.io/gh/AstroHuntsman/huntsman-pocs/pull/576/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AstroHuntsman#diff-dGVzdHMvdGVzdF9zdGF0ZXMucHk=) | `99.09% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AstroHuntsman). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AstroHuntsman)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.