diff options
-rwxr-xr-x | tests/test_mpv.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_mpv.py b/tests/test_mpv.py index 7c0373d..87cd318 100755 --- a/tests/test_mpv.py +++ b/tests/test_mpv.py @@ -687,6 +687,7 @@ class CommandTests(MpvTestCase): def test_sub_add(self): handler = mock.Mock() self.m.property_observer('sub-text')(handler) + time.sleep(0.5) self.m.loadfile(TESTVID) self.m.wait_until_playing() |