mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 01:55:45 +00:00
Increate timeout further due to slow windows CI ....
This commit is contained in:
parent
90be0888e8
commit
9a0f784c71
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ namespace FFMpegCore.Test;
|
||||||
[TestClass]
|
[TestClass]
|
||||||
public class VideoTest
|
public class VideoTest
|
||||||
{
|
{
|
||||||
private const int BaseTimeoutMilliseconds = 30_000;
|
private const int BaseTimeoutMilliseconds = 60_000;
|
||||||
|
|
||||||
public TestContext TestContext { get; set; }
|
public TestContext TestContext { get; set; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue