mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
commit
68abcb4a83
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public async Task Probe_Async_Success()
|
|||
Assert.AreEqual(13, info.Duration.Seconds);
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
[TestMethod, Timeout(10000)]
|
||||
public void Probe_Success_FromStream()
|
||||
{
|
||||
using var stream = File.OpenRead(VideoLibrary.LocalVideoWebm.FullName);
|
||||
|
|
Loading…
Reference in a new issue