Commit 394924cf authored by Filippo Carone's avatar Filippo Carone

jvlc: timeout put on test

parent a144be56
...@@ -98,7 +98,7 @@ public class LibVlcMediaPlayerTest extends AbstractVLCInternalTest ...@@ -98,7 +98,7 @@ public class LibVlcMediaPlayerTest extends AbstractVLCInternalTest
Assert.assertEquals(0, exception.raised); Assert.assertEquals(0, exception.raised);
} }
@Test @Test(timeout = 2000L)
public void mediaPlayerStop2() throws Exception public void mediaPlayerStop2() throws Exception
{ {
LibVlcMedia md = libvlc.libvlc_media_new(libvlcInstance, mrl, exception); LibVlcMedia md = libvlc.libvlc_media_new(libvlcInstance, mrl, exception);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment