tests: Fix flaky sub_add test
This commit is contained in:
parent
b8cac81b36
commit
850bfcbd2f
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue