mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
Increased unit test timeout
Existing (untouched) tests are not stable in CI test execution
This commit is contained in:
parent
e3aa7a5eae
commit
46a8ec7da5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace FFMpegCore.Test
|
||||||
[TestClass]
|
[TestClass]
|
||||||
public class VideoTest
|
public class VideoTest
|
||||||
{
|
{
|
||||||
private const int BaseTimeoutMilliseconds = 10_000;
|
private const int BaseTimeoutMilliseconds = 15_000;
|
||||||
|
|
||||||
[TestMethod, Timeout(BaseTimeoutMilliseconds)]
|
[TestMethod, Timeout(BaseTimeoutMilliseconds)]
|
||||||
public void Video_ToOGV()
|
public void Video_ToOGV()
|
||||||
|
|
Loading…
Reference in a new issue