mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 18:15:44 +00:00
Increase timeout because of slow windows CI agents
This commit is contained in:
parent
d0f6db1a2a
commit
f11b168ed9
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 = 15_000;
|
private const int BaseTimeoutMilliseconds = 30_000;
|
||||||
|
|
||||||
public TestContext TestContext { get; set; }
|
public TestContext TestContext { get; set; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue