mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 04:26:44 +00: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]
|
||||
public class VideoTest
|
||||
{
|
||||
private const int BaseTimeoutMilliseconds = 10_000;
|
||||
private const int BaseTimeoutMilliseconds = 60_000;
|
||||
|
||||
[TestMethod, Timeout(BaseTimeoutMilliseconds)]
|
||||
public void Video_ToOGV()
|
||||
|
|
Loading…
Reference in a new issue