Skip to content

Commit

Permalink
Wait longer when attempting to play media (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored Apr 3, 2023
1 parent 11f4c87 commit 7988e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pychromecast/controllers/media.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ def start_play_media_sent_callback(_):
**kwargs,
callback_function=start_play_media_sent_callback,
)
start_play_media_sent.wait(10)
start_play_media_sent.wait(30)
if not start_play_media_sent.is_set():
self.logger.warning(
"Quick Play failed for %s:%s(%s)", media_id, media_type, kwargs
Expand Down

0 comments on commit 7988e58

Please sign in to comment.