summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/test_mpv.py1
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()