mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 00:24:14 +01:00
chore: Increased test timeout duration
Required for successful test execution on my rather slow machine
This commit is contained in:
parent
72c76c20f0
commit
6e38b45445
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace FFMpegCore.Test
|
||||||
[TestClass]
|
[TestClass]
|
||||||
public class VideoTest
|
public class VideoTest
|
||||||
{
|
{
|
||||||
private const int BaseTimeoutMilliseconds = 10_000;
|
private const int BaseTimeoutMilliseconds = 60_000;
|
||||||
|
|
||||||
[TestMethod, Timeout(BaseTimeoutMilliseconds)]
|
[TestMethod, Timeout(BaseTimeoutMilliseconds)]
|
||||||
public void Video_ToOGV()
|
public void Video_ToOGV()
|
||||||
|
|
Loading…
Reference in a new issue