mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-02-18 11:02:31 +00:00
Merge branch 'master' into refactor
This commit is contained in:
commit
40a7475b05
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ namespace FFMpegCore.Test
|
|||
Assert.AreEqual(13, info.Duration.Seconds);
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
[TestMethod, Timeout(10000)]
|
||||
public void Probe_Success_FromStream()
|
||||
{
|
||||
using var stream = File.OpenRead(VideoLibrary.LocalVideoWebm.FullName);
|
||||
|
|
Loading…
Add table
Reference in a new issue