Alkaar / resy-booking-bot

🔫 Helps to snipe hard to get reservations at restaurants that use resy
410 stars 215 forks source link

fix: increase timeout to avoid false negatives #49

Closed Alkaar closed 2 years ago

Alkaar commented 2 years ago

Sometimes the book API call can take longer than 5 seconds to respond back. So increasing the timeout to avoid incorrectly erroring out that a reservation was not found when in fact, it could have been.

codecov-commenter commented 2 years ago

Codecov Report

Base: 55.28% // Head: 55.28% // No change to project coverage :thumbsup:

Coverage data is based on head (59e11fa) compared to base (8cbeb27). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #49 +/- ## ======================================= Coverage 55.28% 55.28% ======================================= Files 5 5 Lines 123 123 Branches 1 1 ======================================= Hits 68 68 Misses 55 55 ``` | [Impacted Files](https://codecov.io/gh/Alkaar/resy-booking-bot/pull/49?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Derek+Fong) | Coverage Δ | | |---|---|---| | [src/main/scala/com/resy/ResyClient.scala](https://codecov.io/gh/Alkaar/resy-booking-bot/pull/49/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Derek+Fong#diff-c3JjL21haW4vc2NhbGEvY29tL3Jlc3kvUmVzeUNsaWVudC5zY2FsYQ==) | `100.00% <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=Derek+Fong). 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=Derek+Fong)

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

github-actions[bot] commented 2 years ago

:rocket: PR was released in v2.0.1 :rocket: