diff --git a/qt/aqt/sound.py b/qt/aqt/sound.py index af6559cf9..a0771ec25 100644 --- a/qt/aqt/sound.py +++ b/qt/aqt/sound.py @@ -252,7 +252,7 @@ class SimpleProcessPlayer(Player): # pylint: disable=abstract-method self._terminate_flag = True # block until stopped t = time.time() - while self._terminate_flag and time.time() - t < 10: + while self._terminate_flag and time.time() - t < 1: time.sleep(0.1) def _play(self, tag: AVTag) -> None: